Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { GetAll() ([]string, error) Get(name string) (string, error) GetContents(name string) (string, error) GetRawContents(name string) (io.ReadCloser, error) Delete(name string) error Replace(name string, config string) (string, error) Create(name string, contents io.ReadCloser) (string, error) }
Click to show internal directories.
Click to hide internal directories.