Documentation ¶
Index ¶
- Variables
- type Client
- type Volume
- func (v *Volume) GetFile(ctx context.Context, file *tofu.File) (*tofu.FileInfo, error)
- func (v *Volume) ListFiles(emptyValue *tofu.EmptyValue, stream tofu.VolumeStore_ListFilesServer) error
- func (v *Volume) PutFile(ctx context.Context, file *tofu.FileInfo) (*tofu.FileInfo, error)
- func (v *Volume) Run()
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { C tofu.VolumeStoreClient // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.