Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrGetterTypeUnknown = errors.New("no getter type found matching reference")
)
Functions ¶
func NewDirectory ¶
func NewDirectory() *directory
Types ¶
type Client ¶
type Client struct { Getters map[string]Getter Options ClientOptions }
func NewClient ¶
func NewClient(opts ClientOptions) *Client
func (*Client) ContentFrom ¶ added in v0.1.8
type ClientOptions ¶
type ClientOptions struct {
NameOverride string
}
ClientOptions provides options for the client
Click to show internal directories.
Click to hide internal directories.