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 ¶
func NewInMemoryStore() Client
type InMemoryStore ¶
type InMemoryStore struct{}
func (*InMemoryStore) Close ¶ added in v0.0.2
func (m *InMemoryStore) Close() 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.