Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TimestampToTimeP ¶
func TimestampToTimeP(in *timestamppb.Timestamp) *time.Time
func Timestamppb ¶
func Timestamppb(in *time.Time) *timestamppb.Timestamp
func UInt64 ¶
func UInt64[T int64 | uint64](v T) *wrapperspb.UInt64Value
Types ¶
type Interceptor ¶
type Interceptor interface { UnrayInterceptor() []grpc.UnaryServerInterceptor StreamInterceptor() []grpc.StreamServerInterceptor }
type TokenAuth ¶
type TokenAuth struct {
// contains filtered or unexported fields
}
Token client token authorizer...
func NewTokenAuth ¶
func (*TokenAuth) GetRequestMetadata ¶
func (*TokenAuth) RequireTransportSecurity ¶
Click to show internal directories.
Click to hide internal directories.