Documentation
¶
Index ¶
- Variables
- type Credential
- func (x *Credential) ClearCreatedAt()
- func (x *Credential) GetCreatedAt() *timestamppb.Timestamp
- func (x *Credential) GetName() string
- func (x *Credential) HasCreatedAt() bool
- func (*Credential) ProtoMessage()
- func (x *Credential) ProtoReflect() protoreflect.Message
- func (x *Credential) Reset()
- func (x *Credential) SetCreatedAt(v *timestamppb.Timestamp)
- func (x *Credential) SetName(v string)
- func (x *Credential) String() string
- type Credential_builder
- type Entry
- func (x *Entry) ClearCredential()
- func (x *Entry) ClearCredentialId()
- func (x *Entry) GetClientId() string
- func (x *Entry) GetCredential() *Credential
- func (x *Entry) GetCredentialId() *model.UUID
- func (x *Entry) HasCredential() bool
- func (x *Entry) HasCredentialId() bool
- func (*Entry) ProtoMessage()
- func (x *Entry) ProtoReflect() protoreflect.Message
- func (x *Entry) Reset()
- func (x *Entry) SetClientId(v string)
- func (x *Entry) SetCredential(v *Credential)
- func (x *Entry) SetCredentialId(v *model.UUID)
- func (x *Entry) String() string
- type Entry_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_nuntio_management_model_credential_credential_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type Credential struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
// contains filtered or unexported fields
}
func (*Credential) ClearCreatedAt ¶
func (x *Credential) ClearCreatedAt()
func (*Credential) GetCreatedAt ¶
func (x *Credential) GetCreatedAt() *timestamppb.Timestamp
func (*Credential) GetName ¶
func (x *Credential) GetName() string
func (*Credential) HasCreatedAt ¶
func (x *Credential) HasCreatedAt() bool
func (*Credential) ProtoMessage ¶
func (*Credential) ProtoMessage()
func (*Credential) ProtoReflect ¶
func (x *Credential) ProtoReflect() protoreflect.Message
func (*Credential) Reset ¶
func (x *Credential) Reset()
func (*Credential) SetCreatedAt ¶
func (x *Credential) SetCreatedAt(v *timestamppb.Timestamp)
func (*Credential) SetName ¶
func (x *Credential) SetName(v string)
func (*Credential) String ¶
func (x *Credential) String() string
type Credential_builder ¶
type Credential_builder struct {
Name string
CreatedAt *timestamppb.Timestamp
// contains filtered or unexported fields
}
func (Credential_builder) Build ¶
func (b0 Credential_builder) Build() *Credential
type Entry ¶
type Entry struct {
CredentialId *model.UUID `protobuf:"bytes,1,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
Credential *Credential `protobuf:"bytes,2,opt,name=credential,proto3" json:"credential,omitempty"`
ClientId string `protobuf:"bytes,3,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
// contains filtered or unexported fields
}
func (*Entry) GetCredential ¶
func (x *Entry) GetCredential() *Credential
func (*Entry) ProtoReflect ¶
func (x *Entry) ProtoReflect() protoreflect.Message
func (*Entry) SetCredential ¶
func (x *Entry) SetCredential(v *Credential)
type Entry_builder ¶
type Entry_builder struct {
CredentialId *model.UUID
Credential *Credential
ClientId string
// contains filtered or unexported fields
}
func (Entry_builder) Build ¶
func (b0 Entry_builder) Build() *Entry
Source Files
¶
- credential.pb.go
Click to show internal directories.
Click to hide internal directories.