Documentation
¶
Index ¶
- type Client
- func (c *Client) CreateBranch(ctx context.Context, branchName []byte) (*pb.BranchResponse, error)
- func (c *Client) CreateEnv(ctx context.Context, branchId, envName []byte) (*pb.EnvResponse, error)
- func (c *Client) DeleteBranch(ctx context.Context, branchId []byte) error
- func (c *Client) DeleteEnv(ctx context.Context, envId []byte) error
- func (c *Client) GetBranchEncToken(ctx context.Context, branchId []byte) ([]byte, error)
- func (c *Client) GetEnv(ctx context.Context, envId []byte) (*pb.EnvResponse, error)
- func (c *Client) GetEnvEncToken(ctx context.Context, envId []byte) ([]byte, error)
- func (c *Client) GetVersion(ctx context.Context, envId, appVersion []byte) (*pb.VersionResponse, error)
- func (c *Client) ReleaseVersion(ctx context.Context, params *pb.VersionReleaseRequest) error
- func (c *Client) VersionStrictCompatQuery(ctx context.Context, envId, appVersion []byte) (*pb.VersionStrictCompatQueryResponse, error)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { log.Logger *Options adapterkit.Adaptable // contains filtered or unexported fields }
func (*Client) CreateBranch ¶
func (*Client) DeleteBranch ¶
func (*Client) GetBranchEncToken ¶
func (*Client) GetEnvEncToken ¶
func (*Client) GetVersion ¶
func (*Client) ReleaseVersion ¶
func (*Client) VersionStrictCompatQuery ¶
Click to show internal directories.
Click to hide internal directories.