Versions in this module Expand all Collapse all v0 v0.4.0 Aug 3, 2026 Changes in this version + const AuthService_Auth_FullMethodName + var AuthService_ServiceDesc = grpc.ServiceDesc + var File_api_auth_v1_auth_proto protoreflect.FileDescriptor + var File_api_auth_v1_service_proto protoreflect.FileDescriptor + func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer) + type AuthRequest struct + Credentials []*CallerCredential + func (*AuthRequest) Descriptor() ([]byte, []int) + func (*AuthRequest) ProtoMessage() + func (x *AuthRequest) GetCredentials() []*CallerCredential + func (x *AuthRequest) ProtoReflect() protoreflect.Message + func (x *AuthRequest) Reset() + func (x *AuthRequest) String() string + type AuthResponse struct + func (*AuthResponse) Descriptor() ([]byte, []int) + func (*AuthResponse) ProtoMessage() + func (x *AuthResponse) ProtoReflect() protoreflect.Message + func (x *AuthResponse) Reset() + func (x *AuthResponse) String() string + type AuthServiceClient interface + Auth func(ctx context.Context, in *AuthRequest, opts ...grpc.CallOption) (*AuthResponse, error) + func NewAuthServiceClient(cc grpc.ClientConnInterface) AuthServiceClient + type AuthServiceServer interface + Auth func(context.Context, *AuthRequest) (*AuthResponse, error) + type CallerCredential struct + Header string + Values []string + func (*CallerCredential) Descriptor() ([]byte, []int) + func (*CallerCredential) ProtoMessage() + func (x *CallerCredential) GetHeader() string + func (x *CallerCredential) GetValues() []string + func (x *CallerCredential) ProtoReflect() protoreflect.Message + func (x *CallerCredential) Reset() + func (x *CallerCredential) String() string + type UnimplementedAuthServiceServer struct + func (UnimplementedAuthServiceServer) Auth(context.Context, *AuthRequest) (*AuthResponse, error) + type UnsafeAuthServiceServer interface