Documentation ¶
Index ¶
- type Config
- type Frag
- type Item
- type List
- func (al *List) FragmentFetcher(namespace string) func(name string) (string, error)
- func (al *List) Get(filePath string) (Item, error)
- func (al *List) GetByName(filePath string) (Item, error)
- func (al *List) Load() ([]Item, error)
- func (al *List) Set(vars []byte, query string, md Metadata, namespace string) error
- type Metadata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
func (*List) FragmentFetcher ¶
Click to show internal directories.
Click to hide internal directories.