package
0.1.9
Repository: https://github.com/m-lab/autoloader.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMlabDatatype returns a new Datatype with an MlabNamer.
NewMlabNamer returns a new instance of MlabNamer.
NewThirdPartyDatatype returns a new Datatype with a ThirdPartyNamer.
NewThirdPartyNamer returns a new instance of ThirdPartyNamer.

# Structs

Datatype defines an individual datatype whose existence is denoted by a schema file under the path `autoload/v1/tables/<Experiment>/<Datatype>.table.json` within a GCS bucket.
DatatypeOpts contains the base set of fields for an autoloaded datatype.
MlabNamer provides the naming conventions for M-Lab datatypes.
ThirdPartyNamer provides the naming conventions for third-party datatypes.

# Interfaces

Namer provides the appropriate naming conventions for a Datatype.