Auth (subroutes), password.
This commit is contained in:
parent
16e742fcd7
commit
7da59ffef2
13 changed files with 116 additions and 28 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue