Documentation
¶
Index ¶
- func AttrContains(attr []html.Attribute, key string) (string, bool)
- func AttrEquals(attr []html.Attribute, key string, value string) bool
- func Get[T any](data map[string]interface{}, key string) (out T)
- func GetArray[T any](data map[string]interface{}, key string) []T
- func GetFlagBool(cmd types.ICommand, key string) bool
- func GetFlagInt(cmd types.ICommand, key string) int
- func GetFlagIntPtr(cmd types.ICommand, key string) *int
- func GetFlagIntSlice(cmd types.ICommand, key string) []int
- func GetFlagString(cmd types.ICommand, key string) string
- func GetFlagStringPtr(cmd types.ICommand, key string) *string
- func GetFlagStringSlice(cmd types.ICommand, key string) []string
- func GetPtr[T any](data map[string]interface{}, key string) *T
- func ISBNNormalize(isbn string) string
- func NewLibraryFromMap(_ types.ICommand, data any) (types.LibrarySettings, error)
- func NewSeriesFromMap(cmd types.ICommand, data any) (types.Series, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ISBNNormalize ¶
func NewLibraryFromMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.