Auth (subroutes), password.

This commit is contained in:
Matthew Dillon 2015-01-07 15:54:47 -09:00
parent 16e742fcd7
commit 7da59ffef2
13 changed files with 116 additions and 28 deletions

View file

@ -93,6 +93,7 @@ func (s *speciesService) Create(species *Species) (bool, error) {
type SpeciesListOptions struct {
ListOptions
Genus string
}
func (s *speciesService) List(opt *SpeciesListOptions) ([]*Species, error) {