Versions in this module Expand all Collapse all v1 v1.1.5 Nov 4, 2022 v1.1.4 Nov 1, 2022 v1.1.3 Oct 18, 2022 v1.1.2 Oct 18, 2022 v1.1.1 Oct 17, 2022 v1.1.0 Oct 14, 2022 v1.0.6 Oct 10, 2022 v1.0.5 Oct 6, 2022 v1.0.4 Sep 30, 2022 v1.0.3 Sep 27, 2022 v1.0.2 Sep 19, 2022 v1.0.1 Sep 7, 2022 Changes in this version + var File_proto_imp_api_auth_auth_proto protoreflect.FileDescriptor + func RegisterAuthHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterAuthHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AuthClient) error + func RegisterAuthHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterAuthHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AuthServer) error + func RegisterAuthServer(s *grpc.Server, srv AuthServer) + type AuthAPIKey struct + Description string + Id int64 + Name string + func (*AuthAPIKey) Descriptor() ([]byte, []int) + func (*AuthAPIKey) ProtoMessage() + func (x *AuthAPIKey) GetDescription() string + func (x *AuthAPIKey) GetId() int64 + func (x *AuthAPIKey) GetName() string + func (x *AuthAPIKey) ProtoReflect() protoreflect.Message + func (x *AuthAPIKey) Reset() + func (x *AuthAPIKey) String() string + type AuthClient interface + CreateAuthKey func(ctx context.Context, in *CreateAuthKeyRequest, opts ...grpc.CallOption) (*CreateAuthKeyResponse, error) + DeleteAuthKey func(ctx context.Context, in *DeleteAuthKeyRequest, opts ...grpc.CallOption) (*DeleteAuthKeyResponse, error) + GetAuthKeys func(ctx context.Context, in *GetAuthKeysRequest, opts ...grpc.CallOption) (*GetAuthKeysResponse, error) + UpdateAuthKey func(ctx context.Context, in *UpdateAuthKeyRequest, opts ...grpc.CallOption) (*UpdateAuthKeyResponse, error) + func NewAuthClient(cc grpc.ClientConnInterface) AuthClient + type AuthServer interface + CreateAuthKey func(context.Context, *CreateAuthKeyRequest) (*CreateAuthKeyResponse, error) + DeleteAuthKey func(context.Context, *DeleteAuthKeyRequest) (*DeleteAuthKeyResponse, error) + GetAuthKeys func(context.Context, *GetAuthKeysRequest) (*GetAuthKeysResponse, error) + UpdateAuthKey func(context.Context, *UpdateAuthKeyRequest) (*UpdateAuthKeyResponse, error) + type CreateAuthKeyRequest struct + Description string + Name string + func (*CreateAuthKeyRequest) Descriptor() ([]byte, []int) + func (*CreateAuthKeyRequest) ProtoMessage() + func (x *CreateAuthKeyRequest) GetDescription() string + func (x *CreateAuthKeyRequest) GetName() string + func (x *CreateAuthKeyRequest) ProtoReflect() protoreflect.Message + func (x *CreateAuthKeyRequest) Reset() + func (x *CreateAuthKeyRequest) String() string + type CreateAuthKeyResponse struct + Key string + func (*CreateAuthKeyResponse) Descriptor() ([]byte, []int) + func (*CreateAuthKeyResponse) ProtoMessage() + func (x *CreateAuthKeyResponse) GetKey() string + func (x *CreateAuthKeyResponse) ProtoReflect() protoreflect.Message + func (x *CreateAuthKeyResponse) Reset() + func (x *CreateAuthKeyResponse) String() string + type DeleteAuthKeyRequest struct + Id int64 + func (*DeleteAuthKeyRequest) Descriptor() ([]byte, []int) + func (*DeleteAuthKeyRequest) ProtoMessage() + func (x *DeleteAuthKeyRequest) GetId() int64 + func (x *DeleteAuthKeyRequest) ProtoReflect() protoreflect.Message + func (x *DeleteAuthKeyRequest) Reset() + func (x *DeleteAuthKeyRequest) String() string + type DeleteAuthKeyResponse struct + func (*DeleteAuthKeyResponse) Descriptor() ([]byte, []int) + func (*DeleteAuthKeyResponse) ProtoMessage() + func (x *DeleteAuthKeyResponse) ProtoReflect() protoreflect.Message + func (x *DeleteAuthKeyResponse) Reset() + func (x *DeleteAuthKeyResponse) String() string + type GetAuthKeysRequest struct + func (*GetAuthKeysRequest) Descriptor() ([]byte, []int) + func (*GetAuthKeysRequest) ProtoMessage() + func (x *GetAuthKeysRequest) ProtoReflect() protoreflect.Message + func (x *GetAuthKeysRequest) Reset() + func (x *GetAuthKeysRequest) String() string + type GetAuthKeysResponse struct + Keys []*AuthAPIKey + func (*GetAuthKeysResponse) Descriptor() ([]byte, []int) + func (*GetAuthKeysResponse) ProtoMessage() + func (x *GetAuthKeysResponse) GetKeys() []*AuthAPIKey + func (x *GetAuthKeysResponse) ProtoReflect() protoreflect.Message + func (x *GetAuthKeysResponse) Reset() + func (x *GetAuthKeysResponse) String() string + type UnimplementedAuthServer struct + func (*UnimplementedAuthServer) CreateAuthKey(context.Context, *CreateAuthKeyRequest) (*CreateAuthKeyResponse, error) + func (*UnimplementedAuthServer) DeleteAuthKey(context.Context, *DeleteAuthKeyRequest) (*DeleteAuthKeyResponse, error) + func (*UnimplementedAuthServer) GetAuthKeys(context.Context, *GetAuthKeysRequest) (*GetAuthKeysResponse, error) + func (*UnimplementedAuthServer) UpdateAuthKey(context.Context, *UpdateAuthKeyRequest) (*UpdateAuthKeyResponse, error) + type UpdateAuthKeyRequest struct + Description string + Id int64 + Name string + func (*UpdateAuthKeyRequest) Descriptor() ([]byte, []int) + func (*UpdateAuthKeyRequest) ProtoMessage() + func (x *UpdateAuthKeyRequest) GetDescription() string + func (x *UpdateAuthKeyRequest) GetId() int64 + func (x *UpdateAuthKeyRequest) GetName() string + func (x *UpdateAuthKeyRequest) ProtoReflect() protoreflect.Message + func (x *UpdateAuthKeyRequest) Reset() + func (x *UpdateAuthKeyRequest) String() string + type UpdateAuthKeyResponse struct + func (*UpdateAuthKeyResponse) Descriptor() ([]byte, []int) + func (*UpdateAuthKeyResponse) ProtoMessage() + func (x *UpdateAuthKeyResponse) ProtoReflect() protoreflect.Message + func (x *UpdateAuthKeyResponse) Reset() + func (x *UpdateAuthKeyResponse) String() string v1.0.1-test Sep 7, 2022 v1.0.0-rc3 Aug 30, 2022 v1.0.0-rc2 Aug 30, 2022 v1.0.0-rc1 Aug 30, 2022