Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const AconfigPackageService_GetBooleanFlagValue_FullMethodName + const AconfigPackageService_Load_FullMethodName + const AconfigStorageReadExceptionService_GetErrorCode_FullMethodName + const AconfigStorageReadExceptionService_GetMessage_FullMethodName + const AconfigStorageReadExceptionService_NewAconfigStorageReadException_FullMethodName + var AconfigPackageService_ServiceDesc = grpc.ServiceDesc + var AconfigStorageReadExceptionService_ServiceDesc = grpc.ServiceDesc + var File_proto_flagging_flagging_proto protoreflect.FileDescriptor + func RegisterAconfigPackageServiceServer(s grpc.ServiceRegistrar, srv AconfigPackageServiceServer) + func RegisterAconfigStorageReadExceptionServiceServer(s grpc.ServiceRegistrar, srv AconfigStorageReadExceptionServiceServer) + type AconfigPackageServiceClient interface + GetBooleanFlagValue func(ctx context.Context, in *GetBooleanFlagValueRequest, opts ...grpc.CallOption) (*GetBooleanFlagValueResponse, error) + Load func(ctx context.Context, in *LoadRequest, opts ...grpc.CallOption) (*LoadResponse, error) + func NewAconfigPackageServiceClient(cc grpc.ClientConnInterface) AconfigPackageServiceClient + type AconfigPackageServiceServer interface + GetBooleanFlagValue func(context.Context, *GetBooleanFlagValueRequest) (*GetBooleanFlagValueResponse, error) + Load func(context.Context, *LoadRequest) (*LoadResponse, error) + type AconfigStorageReadExceptionServiceClient interface + GetErrorCode func(ctx context.Context, in *GetErrorCodeRequest, opts ...grpc.CallOption) (*GetErrorCodeResponse, error) + GetMessage func(ctx context.Context, in *GetMessageRequest, opts ...grpc.CallOption) (*GetMessageResponse, error) + NewAconfigStorageReadException func(ctx context.Context, in *NewAconfigStorageReadExceptionRequest, ...) (*NewAconfigStorageReadExceptionResponse, error) + func NewAconfigStorageReadExceptionServiceClient(cc grpc.ClientConnInterface) AconfigStorageReadExceptionServiceClient + type AconfigStorageReadExceptionServiceServer interface + GetErrorCode func(context.Context, *GetErrorCodeRequest) (*GetErrorCodeResponse, error) + GetMessage func(context.Context, *GetMessageRequest) (*GetMessageResponse, error) + NewAconfigStorageReadException func(context.Context, *NewAconfigStorageReadExceptionRequest) (*NewAconfigStorageReadExceptionResponse, error) + type GetBooleanFlagValueRequest struct + Arg0 string + Arg1 bool + func (*GetBooleanFlagValueRequest) Descriptor() ([]byte, []int) + func (*GetBooleanFlagValueRequest) ProtoMessage() + func (x *GetBooleanFlagValueRequest) GetArg0() string + func (x *GetBooleanFlagValueRequest) GetArg1() bool + func (x *GetBooleanFlagValueRequest) ProtoReflect() protoreflect.Message + func (x *GetBooleanFlagValueRequest) Reset() + func (x *GetBooleanFlagValueRequest) String() string + type GetBooleanFlagValueResponse struct + Result bool + func (*GetBooleanFlagValueResponse) Descriptor() ([]byte, []int) + func (*GetBooleanFlagValueResponse) ProtoMessage() + func (x *GetBooleanFlagValueResponse) GetResult() bool + func (x *GetBooleanFlagValueResponse) ProtoReflect() protoreflect.Message + func (x *GetBooleanFlagValueResponse) Reset() + func (x *GetBooleanFlagValueResponse) String() string + type GetErrorCodeRequest struct + Handle int64 + func (*GetErrorCodeRequest) Descriptor() ([]byte, []int) + func (*GetErrorCodeRequest) ProtoMessage() + func (x *GetErrorCodeRequest) GetHandle() int64 + func (x *GetErrorCodeRequest) ProtoReflect() protoreflect.Message + func (x *GetErrorCodeRequest) Reset() + func (x *GetErrorCodeRequest) String() string + type GetErrorCodeResponse struct + Result int32 + func (*GetErrorCodeResponse) Descriptor() ([]byte, []int) + func (*GetErrorCodeResponse) ProtoMessage() + func (x *GetErrorCodeResponse) GetResult() int32 + func (x *GetErrorCodeResponse) ProtoReflect() protoreflect.Message + func (x *GetErrorCodeResponse) Reset() + func (x *GetErrorCodeResponse) String() string + type GetMessageRequest struct + Handle int64 + func (*GetMessageRequest) Descriptor() ([]byte, []int) + func (*GetMessageRequest) ProtoMessage() + func (x *GetMessageRequest) GetHandle() int64 + func (x *GetMessageRequest) ProtoReflect() protoreflect.Message + func (x *GetMessageRequest) Reset() + func (x *GetMessageRequest) String() string + type GetMessageResponse struct + Result string + func (*GetMessageResponse) Descriptor() ([]byte, []int) + func (*GetMessageResponse) ProtoMessage() + func (x *GetMessageResponse) GetResult() string + func (x *GetMessageResponse) ProtoReflect() protoreflect.Message + func (x *GetMessageResponse) Reset() + func (x *GetMessageResponse) String() string + type LoadRequest struct + Arg0 string + func (*LoadRequest) Descriptor() ([]byte, []int) + func (*LoadRequest) ProtoMessage() + func (x *LoadRequest) GetArg0() string + func (x *LoadRequest) ProtoReflect() protoreflect.Message + func (x *LoadRequest) Reset() + func (x *LoadRequest) String() string + type LoadResponse struct + Result int64 + func (*LoadResponse) Descriptor() ([]byte, []int) + func (*LoadResponse) ProtoMessage() + func (x *LoadResponse) GetResult() int64 + func (x *LoadResponse) ProtoReflect() protoreflect.Message + func (x *LoadResponse) Reset() + func (x *LoadResponse) String() string + type NewAconfigStorageReadExceptionRequest struct + Arg0 int32 + Arg1 string + func (*NewAconfigStorageReadExceptionRequest) Descriptor() ([]byte, []int) + func (*NewAconfigStorageReadExceptionRequest) ProtoMessage() + func (x *NewAconfigStorageReadExceptionRequest) GetArg0() int32 + func (x *NewAconfigStorageReadExceptionRequest) GetArg1() string + func (x *NewAconfigStorageReadExceptionRequest) ProtoReflect() protoreflect.Message + func (x *NewAconfigStorageReadExceptionRequest) Reset() + func (x *NewAconfigStorageReadExceptionRequest) String() string + type NewAconfigStorageReadExceptionResponse struct + Result int64 + func (*NewAconfigStorageReadExceptionResponse) Descriptor() ([]byte, []int) + func (*NewAconfigStorageReadExceptionResponse) ProtoMessage() + func (x *NewAconfigStorageReadExceptionResponse) GetResult() int64 + func (x *NewAconfigStorageReadExceptionResponse) ProtoReflect() protoreflect.Message + func (x *NewAconfigStorageReadExceptionResponse) Reset() + func (x *NewAconfigStorageReadExceptionResponse) String() string + type UnimplementedAconfigPackageServiceServer struct + func (UnimplementedAconfigPackageServiceServer) GetBooleanFlagValue(context.Context, *GetBooleanFlagValueRequest) (*GetBooleanFlagValueResponse, error) + func (UnimplementedAconfigPackageServiceServer) Load(context.Context, *LoadRequest) (*LoadResponse, error) + type UnimplementedAconfigStorageReadExceptionServiceServer struct + func (UnimplementedAconfigStorageReadExceptionServiceServer) GetErrorCode(context.Context, *GetErrorCodeRequest) (*GetErrorCodeResponse, error) + func (UnimplementedAconfigStorageReadExceptionServiceServer) GetMessage(context.Context, *GetMessageRequest) (*GetMessageResponse, error) + func (UnimplementedAconfigStorageReadExceptionServiceServer) NewAconfigStorageReadException(context.Context, *NewAconfigStorageReadExceptionRequest) (*NewAconfigStorageReadExceptionResponse, error) + type UnsafeAconfigPackageServiceServer interface + type UnsafeAconfigStorageReadExceptionServiceServer interface