Documentation ¶
Index ¶
- Variables
- type AllDiagnostics
- func (*AllDiagnostics) Descriptor() ([]byte, []int)deprecated
- func (x *AllDiagnostics) GetOauthTokenMetadata() *GetOAuthTokenMetadataResponse
- func (*AllDiagnostics) ProtoMessage()
- func (x *AllDiagnostics) ProtoReflect() protoreflect.Message
- func (x *AllDiagnostics) Reset()
- func (x *AllDiagnostics) String() string
- type GetOAuthTokenMetadataRequest
- func (*GetOAuthTokenMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetOAuthTokenMetadataRequest) ProtoMessage()
- func (x *GetOAuthTokenMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetOAuthTokenMetadataRequest) Reset()
- func (x *GetOAuthTokenMetadataRequest) String() string
- type GetOAuthTokenMetadataResponse
- func (*GetOAuthTokenMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOAuthTokenMetadataResponse) GetTokens() []*OAuthTokenMetadata
- func (*GetOAuthTokenMetadataResponse) ProtoMessage()
- func (x *GetOAuthTokenMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *GetOAuthTokenMetadataResponse) Reset()
- func (x *GetOAuthTokenMetadataResponse) String() string
- type OAuthTokenMetadata
- func (*OAuthTokenMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *OAuthTokenMetadata) GetAppName() string
- func (x *OAuthTokenMetadata) GetExpiresAt() *timestamppb.Timestamp
- func (x *OAuthTokenMetadata) GetId() string
- func (*OAuthTokenMetadata) ProtoMessage()
- func (x *OAuthTokenMetadata) ProtoReflect() protoreflect.Message
- func (x *OAuthTokenMetadata) Reset()
- func (x *OAuthTokenMetadata) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_commonfate_control_diagnostic_v1alpha1_diagnostic_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AllDiagnostics ¶
type AllDiagnostics struct { OauthTokenMetadata *GetOAuthTokenMetadataResponse `protobuf:"bytes,1,opt,name=oauth_token_metadata,json=oauthTokenMetadata,proto3" json:"oauth_token_metadata,omitempty"` // contains filtered or unexported fields }
AllDiagnostics is used client-side to combine and serialise all collected diagnostics into a single JSON.
func (*AllDiagnostics) Descriptor
deprecated
func (*AllDiagnostics) Descriptor() ([]byte, []int)
Deprecated: Use AllDiagnostics.ProtoReflect.Descriptor instead.
func (*AllDiagnostics) GetOauthTokenMetadata ¶
func (x *AllDiagnostics) GetOauthTokenMetadata() *GetOAuthTokenMetadataResponse
func (*AllDiagnostics) ProtoMessage ¶
func (*AllDiagnostics) ProtoMessage()
func (*AllDiagnostics) ProtoReflect ¶
func (x *AllDiagnostics) ProtoReflect() protoreflect.Message
func (*AllDiagnostics) Reset ¶
func (x *AllDiagnostics) Reset()
func (*AllDiagnostics) String ¶
func (x *AllDiagnostics) String() string
type GetOAuthTokenMetadataRequest ¶
type GetOAuthTokenMetadataRequest struct {
// contains filtered or unexported fields
}
func (*GetOAuthTokenMetadataRequest) Descriptor
deprecated
func (*GetOAuthTokenMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOAuthTokenMetadataRequest.ProtoReflect.Descriptor instead.
func (*GetOAuthTokenMetadataRequest) ProtoMessage ¶
func (*GetOAuthTokenMetadataRequest) ProtoMessage()
func (*GetOAuthTokenMetadataRequest) ProtoReflect ¶
func (x *GetOAuthTokenMetadataRequest) ProtoReflect() protoreflect.Message
func (*GetOAuthTokenMetadataRequest) Reset ¶
func (x *GetOAuthTokenMetadataRequest) Reset()
func (*GetOAuthTokenMetadataRequest) String ¶
func (x *GetOAuthTokenMetadataRequest) String() string
type GetOAuthTokenMetadataResponse ¶
type GetOAuthTokenMetadataResponse struct { Tokens []*OAuthTokenMetadata `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"` // contains filtered or unexported fields }
func (*GetOAuthTokenMetadataResponse) Descriptor
deprecated
func (*GetOAuthTokenMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOAuthTokenMetadataResponse.ProtoReflect.Descriptor instead.
func (*GetOAuthTokenMetadataResponse) GetTokens ¶
func (x *GetOAuthTokenMetadataResponse) GetTokens() []*OAuthTokenMetadata
func (*GetOAuthTokenMetadataResponse) ProtoMessage ¶
func (*GetOAuthTokenMetadataResponse) ProtoMessage()
func (*GetOAuthTokenMetadataResponse) ProtoReflect ¶
func (x *GetOAuthTokenMetadataResponse) ProtoReflect() protoreflect.Message
func (*GetOAuthTokenMetadataResponse) Reset ¶
func (x *GetOAuthTokenMetadataResponse) Reset()
func (*GetOAuthTokenMetadataResponse) String ¶
func (x *GetOAuthTokenMetadataResponse) String() string
type OAuthTokenMetadata ¶
type OAuthTokenMetadata struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` AppName string `protobuf:"bytes,2,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"` ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"` // contains filtered or unexported fields }
func (*OAuthTokenMetadata) Descriptor
deprecated
func (*OAuthTokenMetadata) Descriptor() ([]byte, []int)
Deprecated: Use OAuthTokenMetadata.ProtoReflect.Descriptor instead.
func (*OAuthTokenMetadata) GetAppName ¶
func (x *OAuthTokenMetadata) GetAppName() string
func (*OAuthTokenMetadata) GetExpiresAt ¶
func (x *OAuthTokenMetadata) GetExpiresAt() *timestamppb.Timestamp
func (*OAuthTokenMetadata) GetId ¶
func (x *OAuthTokenMetadata) GetId() string
func (*OAuthTokenMetadata) ProtoMessage ¶
func (*OAuthTokenMetadata) ProtoMessage()
func (*OAuthTokenMetadata) ProtoReflect ¶
func (x *OAuthTokenMetadata) ProtoReflect() protoreflect.Message
func (*OAuthTokenMetadata) Reset ¶
func (x *OAuthTokenMetadata) Reset()
func (*OAuthTokenMetadata) String ¶
func (x *OAuthTokenMetadata) String() string
Click to show internal directories.
Click to hide internal directories.