Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatService ¶
type CatService struct { }
func (*CatService) GetId ¶
func (c *CatService) GetId() (int, error)
func (*CatService) GetName ¶
func (c *CatService) GetName() (string, error)
func (*CatService) Reference ¶
func (c *CatService) Reference() string
func (*CatService) Yell ¶
func (c *CatService) Yell() (string, error)
type DogService ¶
type DogService struct { }
func (*DogService) GetId ¶
func (d *DogService) GetId() (int, error)
func (*DogService) GetName ¶
func (d *DogService) GetName() (string, error)
func (*DogService) Reference ¶
func (d *DogService) Reference() string
func (*DogService) Yell ¶
func (d *DogService) Yell() (string, error)
type LionService ¶
type LionService struct { }
func (*LionService) GetId ¶
func (l *LionService) GetId() (int, error)
func (*LionService) GetName ¶
func (l *LionService) GetName() (string, error)
func (*LionService) Reference ¶
func (l *LionService) Reference() string
func (*LionService) Yell ¶
func (l *LionService) Yell() (string, error)
type TigerService ¶
type TigerService struct { }
func (*TigerService) GetId ¶
func (t *TigerService) GetId() (int, error)
func (*TigerService) GetName ¶
func (t *TigerService) GetName() (string, error)
func (*TigerService) Reference ¶
func (t *TigerService) Reference() string
func (*TigerService) Yell ¶
func (t *TigerService) Yell() (string, error)
Click to show internal directories.
Click to hide internal directories.