Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BioStudies = &BioStudiesType{} DOI = &DOIType{} ENA = &ENAType{} ENABioProject = &ENABioProjectType{} Ensembl = &EnsemblType{} Handle = &HandleType{} PubMed = &PubMedType{} WebOfScience = &WebOfScienceType{} )
Functions ¶
Types ¶
type BioStudiesType ¶
type BioStudiesType struct{}
func (*BioStudiesType) Resolve ¶
func (i *BioStudiesType) Resolve(id string) string
func (*BioStudiesType) Validate ¶
func (i *BioStudiesType) Validate(id string) bool
type ENABioProjectType ¶ added in v1.0.35
type ENABioProjectType struct{}
func (*ENABioProjectType) Normalize ¶ added in v1.0.35
func (i *ENABioProjectType) Normalize(id string) (string, error)
func (*ENABioProjectType) Resolve ¶ added in v1.0.35
func (i *ENABioProjectType) Resolve(id string) string
func (*ENABioProjectType) Validate ¶ added in v1.0.35
func (i *ENABioProjectType) Validate(id string) bool
type EnsemblType ¶
type EnsemblType struct{}
func (*EnsemblType) Resolve ¶
func (i *EnsemblType) Resolve(id string) string
func (*EnsemblType) Validate ¶
func (i *EnsemblType) Validate(id string) bool
type HandleType ¶
type HandleType struct{}
func (*HandleType) Resolve ¶
func (i *HandleType) Resolve(id string) string
func (*HandleType) Validate ¶
func (i *HandleType) Validate(id string) bool
type PubMedType ¶ added in v1.0.35
type PubMedType struct{}
func (*PubMedType) Normalize ¶ added in v1.0.35
func (i *PubMedType) Normalize(id string) (string, error)
func (*PubMedType) Resolve ¶ added in v1.0.35
func (i *PubMedType) Resolve(id string) string
func (*PubMedType) Validate ¶ added in v1.0.35
func (i *PubMedType) Validate(id string) bool
type WebOfScienceType ¶ added in v1.0.35
type WebOfScienceType struct{}
func (*WebOfScienceType) Normalize ¶ added in v1.0.35
func (i *WebOfScienceType) Normalize(id string) (string, error)
func (*WebOfScienceType) Resolve ¶ added in v1.0.35
func (i *WebOfScienceType) Resolve(id string) string
func (*WebOfScienceType) Validate ¶ added in v1.0.35
func (i *WebOfScienceType) Validate(id string) bool
Click to show internal directories.
Click to hide internal directories.