Documentation ¶
Index ¶
- Constants
- Variables
- type Client
- func (w *Client) Close() error
- func (w *Client) CreateSymlink(context context.Context, request *v1.CreateSymlinkRequest, ...) (*v1.CreateSymlinkResponse, error)
- func (w *Client) IsSymlink(context context.Context, request *v1.IsSymlinkRequest, opts ...grpc.CallOption) (*v1.IsSymlinkResponse, error)
- func (w *Client) Mkdir(context context.Context, request *v1.MkdirRequest, opts ...grpc.CallOption) (*v1.MkdirResponse, error)
- func (w *Client) PathExists(context context.Context, request *v1.PathExistsRequest, ...) (*v1.PathExistsResponse, error)
- func (w *Client) Rmdir(context context.Context, request *v1.RmdirRequest, opts ...grpc.CallOption) (*v1.RmdirResponse, error)
Constants ¶
View Source
const GroupName = "filesystem"
GroupName is the group name of this API.
Variables ¶
View Source
var Version = apiversion.NewVersionOrPanic("v1")
Version is the api version.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
NewClient returns a client to make calls to the filesystem API group version v1. It's the caller's responsibility to Close the client when done.
func NewClientWithPipePath ¶
NewClientWithPipePath returns a client to make calls to the named pipe located at "pipePath". It's the caller's responsibility to Close the client when done.
func (*Client) CreateSymlink ¶
func (w *Client) CreateSymlink(context context.Context, request *v1.CreateSymlinkRequest, opts ...grpc.CallOption) (*v1.CreateSymlinkResponse, error)
func (*Client) IsSymlink ¶
func (w *Client) IsSymlink(context context.Context, request *v1.IsSymlinkRequest, opts ...grpc.CallOption) (*v1.IsSymlinkResponse, error)
func (*Client) Mkdir ¶
func (w *Client) Mkdir(context context.Context, request *v1.MkdirRequest, opts ...grpc.CallOption) (*v1.MkdirResponse, error)
func (*Client) PathExists ¶
func (w *Client) PathExists(context context.Context, request *v1.PathExistsRequest, opts ...grpc.CallOption) (*v1.PathExistsResponse, error)
func (*Client) Rmdir ¶
func (w *Client) Rmdir(context context.Context, request *v1.RmdirRequest, opts ...grpc.CallOption) (*v1.RmdirResponse, error)
Click to show internal directories.
Click to hide internal directories.