Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { UploadSpec(tenantId string, name string, file []byte) error Read(path string) ([]byte, error) Close() error }
func NewInMemoryStore ¶
type InMemoryStore ¶
type InMemoryStore struct {
// contains filtered or unexported fields
}
func (*InMemoryStore) Close ¶ added in v0.0.2
func (m *InMemoryStore) Close() error
func (*InMemoryStore) Read ¶ added in v0.0.4
func (m *InMemoryStore) Read(tenant string) ([]byte, error)
func (*InMemoryStore) UploadSpec ¶ added in v0.0.2
func (m *InMemoryStore) UploadSpec(string, string, []byte) error
Click to show internal directories.
Click to hide internal directories.