Documentation ¶
Index ¶
- type Person
- func (h Person) CollectPerson(c echo.Context) error
- func (h Person) Get(c echo.Context) error
- func (h Person) GetImage(c echo.Context) error
- func (h Person) GetRelatedCharacters(c echo.Context) error
- func (h Person) GetRelatedSubjects(c echo.Context) error
- func (h Person) UncollectPerson(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Person ¶
type Person struct {
// contains filtered or unexported fields
}
func (Person) CollectPerson ¶ added in v0.34.0
func (Person) GetRelatedCharacters ¶
func (Person) GetRelatedSubjects ¶
func (Person) UncollectPerson ¶ added in v0.34.0
Click to show internal directories.
Click to hide internal directories.