Documentation
¶
Index ¶
- type H
- type S
- func (s S) Authors() []string
- func (s S) Genres() []string
- func (s S) Header() H
- func (s S) Illustrators() []string
- func (s S) LastUpdated() time.Time
- func (s S) NodeID() string
- func (s S) Notes() string
- func (s S) PB() *dpb.Source
- func (s S) PreviewURL() string
- func (s S) RelatedHeaders() []H
- func (s S) Score() int
- func (s S) Seasons() []string
- func (s S) Status() epb.SourceStatus
- func (s S) Studios() []string
- func (s S) Synopsis() string
- func (s S) Title() T
- func (s S) Titles() []T
- func (s S) WithHeader(header H) S
- func (s S) WithNodeID(node_id string) S
- type T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type H ¶
type H struct {
// contains filtered or unexported fields
}
func (H) PB ¶
func (h H) PB() *dpb.SourceHeader
func (H) Type ¶
func (h H) Type() epb.SourceType
type S ¶
type S struct {
// contains filtered or unexported fields
}
func (S) Illustrators ¶
func (S) LastUpdated ¶
func (S) PreviewURL ¶
func (S) RelatedHeaders ¶
func (S) Status ¶
func (s S) Status() epb.SourceStatus
func (S) WithHeader ¶
func (S) WithNodeID ¶
Click to show internal directories.
Click to hide internal directories.