package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 2, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Group describes a group for graphql
type GroupInput struct {
Name string `json:"name"`
Target string `json:"target"`
Parser Parser `json:"parser"`
Directories []string `json:"directories"`
Exts []string `json:"exts"`
Meta *MetaInput `json:"meta"`
}
Meta describes a meta type for graphql
MetaInput describes a meta input type for graphql
type MovieInput struct {
Name string `json:"name"`
Target string `json:"target"`
Directories []string `json:"directories"`
Exts []string `json:"exts"`
}
type SeasonInput struct {
Idx int `json:"idx"`
Meta *MetaInput `json:"meta"`
}
type TitleInput struct {
Name string `json:"name"`
Meta *MetaInput `json:"meta"`
}
type Todo struct {
ID string `json:"id"`
Text string `json:"text"`
Done bool `json:"done"`
UserID string `json:"user"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.