Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSpecPath ¶ added in v0.2.22
Buckets/syncc/[]{tenant-id}/spec/[]{webhook-id}/[]spec
Types ¶
type Client ¶
type Client interface {
Upload(path 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
Click to show internal directories.
Click to hide internal directories.