gcs

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2023 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	UploadSpecFile(tenantId string, name string, file []byte) error
}

func NewInMemoryStore

func NewInMemoryStore() Client

func NewStore

func NewStore() Client

type InMemoryStore

type InMemoryStore struct{}

func (*InMemoryStore) UploadSpecFile

func (m *InMemoryStore) UploadSpecFile(string, string, []byte) error

type Store

type Store struct {
	// contains filtered or unexported fields
}

func (*Store) UploadSpecFile

func (store *Store) UploadSpecFile(tenantId string, name string, file []byte) error

Buckets/syncc/{tenant-id}/spec/[]spec

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL