Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2020 Changes in this version + type Client struct + func New(logger log.Logger, fns ...func(*Options)) *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 struct + ServerAddr string