Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diagnostic ¶
type Item ¶
type Item struct {
ID string `json:"id"`
}
func (Item) MarshalBinary ¶
func (*Item) UnmarshalBinary ¶
type ItemsDAO ¶
type ItemsDAO interface {
Set(i Item) error
Delete(id string) error
List(prefix string) ([]Item, error)
Rebuild() error
}
Data access object for resources loaded from a directory
type Service ¶
type Service struct {
StorageService interface {
Store(namespace string) storage.Interface
Register(name string, store storage.StoreActioner)
}
// contains filtered or unexported fields
}
func NewService ¶
Click to show internal directories.
Click to hide internal directories.