Documentation
¶
Index ¶
- Variables
- type GetVersionRequest
- type GetVersionRequest_builder
- type GetVersionResponse
- func (x *GetVersionResponse) ClearCommitHash()
- func (x *GetVersionResponse) ClearDate()
- func (x *GetVersionResponse) ClearVersion()
- func (x *GetVersionResponse) GetCommitHash() string
- func (x *GetVersionResponse) GetDate() string
- func (x *GetVersionResponse) GetVersion() string
- func (x *GetVersionResponse) HasCommitHash() bool
- func (x *GetVersionResponse) HasDate() bool
- func (x *GetVersionResponse) HasVersion() bool
- func (*GetVersionResponse) ProtoMessage()
- func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
- func (x *GetVersionResponse) Reset()
- func (x *GetVersionResponse) SetCommitHash(v string)
- func (x *GetVersionResponse) SetDate(v string)
- func (x *GetVersionResponse) SetVersion(v string)
- func (x *GetVersionResponse) String() string
- type GetVersionResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_health_v1_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetVersionRequest ¶
type GetVersionRequest struct {
// contains filtered or unexported fields
}
func (*GetVersionRequest) ProtoMessage ¶
func (*GetVersionRequest) ProtoMessage()
func (*GetVersionRequest) ProtoReflect ¶
func (x *GetVersionRequest) ProtoReflect() protoreflect.Message
func (*GetVersionRequest) Reset ¶
func (x *GetVersionRequest) Reset()
func (*GetVersionRequest) String ¶
func (x *GetVersionRequest) String() string
type GetVersionRequest_builder ¶
type GetVersionRequest_builder struct {
// contains filtered or unexported fields
}
func (GetVersionRequest_builder) Build ¶
func (b0 GetVersionRequest_builder) Build() *GetVersionRequest
type GetVersionResponse ¶
type GetVersionResponse struct {
XXX_raceDetectHookData protoimpl.RaceDetectHookData
XXX_presence [1]uint32
// contains filtered or unexported fields
}
func (*GetVersionResponse) ClearCommitHash ¶
func (x *GetVersionResponse) ClearCommitHash()
func (*GetVersionResponse) ClearDate ¶
func (x *GetVersionResponse) ClearDate()
func (*GetVersionResponse) ClearVersion ¶
func (x *GetVersionResponse) ClearVersion()
func (*GetVersionResponse) GetCommitHash ¶
func (x *GetVersionResponse) GetCommitHash() string
func (*GetVersionResponse) GetDate ¶
func (x *GetVersionResponse) GetDate() string
func (*GetVersionResponse) GetVersion ¶
func (x *GetVersionResponse) GetVersion() string
func (*GetVersionResponse) HasCommitHash ¶
func (x *GetVersionResponse) HasCommitHash() bool
func (*GetVersionResponse) HasDate ¶
func (x *GetVersionResponse) HasDate() bool
func (*GetVersionResponse) HasVersion ¶
func (x *GetVersionResponse) HasVersion() bool
func (*GetVersionResponse) ProtoMessage ¶
func (*GetVersionResponse) ProtoMessage()
func (*GetVersionResponse) ProtoReflect ¶
func (x *GetVersionResponse) ProtoReflect() protoreflect.Message
func (*GetVersionResponse) Reset ¶
func (x *GetVersionResponse) Reset()
func (*GetVersionResponse) SetCommitHash ¶
func (x *GetVersionResponse) SetCommitHash(v string)
func (*GetVersionResponse) SetDate ¶
func (x *GetVersionResponse) SetDate(v string)
func (*GetVersionResponse) SetVersion ¶
func (x *GetVersionResponse) SetVersion(v string)
func (*GetVersionResponse) String ¶
func (x *GetVersionResponse) String() string
type GetVersionResponse_builder ¶
type GetVersionResponse_builder struct {
Version *string
Date *string
CommitHash *string
// contains filtered or unexported fields
}
func (GetVersionResponse_builder) Build ¶
func (b0 GetVersionResponse_builder) Build() *GetVersionResponse
Click to show internal directories.
Click to hide internal directories.