Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharacterSubjects ¶
type Episode ¶
type Episode interface { // GetByID ... // // where(ep_ep_id=@id) GetByID(id uint32) (gen.T, error) // GetBySubjectID ... // // where(ep_subject_id=@id ORDER BY `ep_disc`,`ep_type`,`ep_sort`) GetBySubjectID(id uint32) ([]gen.T, error) // GetFirst get first episode of a repository. // where(ep_subject_id=@subjectID ORDER BY `ep_disc`,`ep_type`,`ep_sort` LIMIT 1) GetFirst(subjectID uint32) (gen.T, error) // CountBySubjectID ... // // sql(select count(ep_id) from chii_episodes where ep_subject_id=@id) CountBySubjectID(id uint32) (int64, error) }
type PersonField ¶
type PersonSubjects ¶
type SubjectField ¶
type SubjectRelation ¶
type SubjectRevision ¶
type SubjectRevision interface{}
Click to show internal directories.
Click to hide internal directories.