Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AconfigPackageClient ¶
type AconfigPackageClient struct {
// contains filtered or unexported fields
}
AconfigPackageClient wraps the gRPC AconfigPackageService client.
func NewAconfigPackageClient ¶
func NewAconfigPackageClient(cc grpc.ClientConnInterface) *AconfigPackageClient
NewAconfigPackageClient creates a new AconfigPackage client.
func (*AconfigPackageClient) GetBooleanFlagValue ¶
func (c *AconfigPackageClient) GetBooleanFlagValue(ctx context.Context, arg0 string, arg1 bool) (bool, error)
GetBooleanFlagValue calls the GetBooleanFlagValue RPC.
type AconfigStorageReadExceptionClient ¶
type AconfigStorageReadExceptionClient struct {
// contains filtered or unexported fields
}
AconfigStorageReadExceptionClient wraps the gRPC AconfigStorageReadExceptionService client.
func NewAconfigStorageReadExceptionClient ¶
func NewAconfigStorageReadExceptionClient(cc grpc.ClientConnInterface) *AconfigStorageReadExceptionClient
NewAconfigStorageReadExceptionClient creates a new AconfigStorageReadException client.
func (*AconfigStorageReadExceptionClient) GetErrorCode ¶
func (c *AconfigStorageReadExceptionClient) GetErrorCode(ctx context.Context, handle int64) (int32, error)
GetErrorCode calls the GetErrorCode RPC.
func (*AconfigStorageReadExceptionClient) GetMessage ¶
func (c *AconfigStorageReadExceptionClient) GetMessage(ctx context.Context, handle int64) (string, error)
GetMessage calls the GetMessage RPC.
Click to show internal directories.
Click to hide internal directories.