Documentation
¶
Index ¶
- Variables
- type CheckNewVersionRequest
- type CheckNewVersionResponse
- func (*CheckNewVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckNewVersionResponse) GetAvailableVersion() string
- func (x *CheckNewVersionResponse) GetInstalledVersion() string
- func (x *CheckNewVersionResponse) GetName() string
- func (x *CheckNewVersionResponse) GetNeedForUpdate() bool
- func (*CheckNewVersionResponse) ProtoMessage()
- func (x *CheckNewVersionResponse) ProtoReflect() protoreflect.Message
- func (x *CheckNewVersionResponse) Reset()
- func (x *CheckNewVersionResponse) String() string
- type GetLastLogsRequest
- type GetLastLogsResponse
- func (*GetLastLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLastLogsResponse) GetLogs() []*LogEntry
- func (*GetLastLogsResponse) ProtoMessage()
- func (x *GetLastLogsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLastLogsResponse) Reset()
- func (x *GetLastLogsResponse) String() string
- type InfoRequest
- type InfoResponse
- func (*InfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *InfoResponse) GetCommit() string
- func (x *InfoResponse) GetVersion() string
- func (*InfoResponse) ProtoMessage()
- func (x *InfoResponse) ProtoReflect() protoreflect.Message
- func (x *InfoResponse) Reset()
- func (x *InfoResponse) String() string
- type LogEntry
- func (*LogEntry) Descriptor() ([]byte, []int)deprecated
- func (x *LogEntry) GetLevel() string
- func (x *LogEntry) GetMessage() string
- func (x *LogEntry) GetTime() *timestamppb.Timestamp
- func (*LogEntry) ProtoMessage()
- func (x *LogEntry) ProtoReflect() protoreflect.Message
- func (x *LogEntry) Reset()
- func (x *LogEntry) String() string
- type UpdateToNewVersionRequest
- type UpdateToNewVersionResponse
- func (*UpdateToNewVersionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateToNewVersionResponse) GetStatus() string
- func (*UpdateToNewVersionResponse) ProtoMessage()
- func (x *UpdateToNewVersionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateToNewVersionResponse) Reset()
- func (x *UpdateToNewVersionResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_processing_system_v1_system_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckNewVersionRequest ¶
type CheckNewVersionRequest struct {
// contains filtered or unexported fields
}
func (*CheckNewVersionRequest) Descriptor
deprecated
func (*CheckNewVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckNewVersionRequest.ProtoReflect.Descriptor instead.
func (*CheckNewVersionRequest) ProtoMessage ¶
func (*CheckNewVersionRequest) ProtoMessage()
func (*CheckNewVersionRequest) ProtoReflect ¶
func (x *CheckNewVersionRequest) ProtoReflect() protoreflect.Message
func (*CheckNewVersionRequest) Reset ¶
func (x *CheckNewVersionRequest) Reset()
func (*CheckNewVersionRequest) String ¶
func (x *CheckNewVersionRequest) String() string
type CheckNewVersionResponse ¶
type CheckNewVersionResponse struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` InstalledVersion string `protobuf:"bytes,2,opt,name=installed_version,json=installedVersion,proto3" json:"installed_version,omitempty"` AvailableVersion string `protobuf:"bytes,3,opt,name=available_version,json=availableVersion,proto3" json:"available_version,omitempty"` NeedForUpdate bool `protobuf:"varint,4,opt,name=need_for_update,json=needForUpdate,proto3" json:"need_for_update,omitempty"` // contains filtered or unexported fields }
func (*CheckNewVersionResponse) Descriptor
deprecated
func (*CheckNewVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckNewVersionResponse.ProtoReflect.Descriptor instead.
func (*CheckNewVersionResponse) GetAvailableVersion ¶
func (x *CheckNewVersionResponse) GetAvailableVersion() string
func (*CheckNewVersionResponse) GetInstalledVersion ¶
func (x *CheckNewVersionResponse) GetInstalledVersion() string
func (*CheckNewVersionResponse) GetName ¶
func (x *CheckNewVersionResponse) GetName() string
func (*CheckNewVersionResponse) GetNeedForUpdate ¶
func (x *CheckNewVersionResponse) GetNeedForUpdate() bool
func (*CheckNewVersionResponse) ProtoMessage ¶
func (*CheckNewVersionResponse) ProtoMessage()
func (*CheckNewVersionResponse) ProtoReflect ¶
func (x *CheckNewVersionResponse) ProtoReflect() protoreflect.Message
func (*CheckNewVersionResponse) Reset ¶
func (x *CheckNewVersionResponse) Reset()
func (*CheckNewVersionResponse) String ¶
func (x *CheckNewVersionResponse) String() string
type GetLastLogsRequest ¶ added in v0.9.5
type GetLastLogsRequest struct {
// contains filtered or unexported fields
}
func (*GetLastLogsRequest) Descriptor
deprecated
added in
v0.9.5
func (*GetLastLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLastLogsRequest.ProtoReflect.Descriptor instead.
func (*GetLastLogsRequest) ProtoMessage ¶ added in v0.9.5
func (*GetLastLogsRequest) ProtoMessage()
func (*GetLastLogsRequest) ProtoReflect ¶ added in v0.9.5
func (x *GetLastLogsRequest) ProtoReflect() protoreflect.Message
func (*GetLastLogsRequest) Reset ¶ added in v0.9.5
func (x *GetLastLogsRequest) Reset()
func (*GetLastLogsRequest) String ¶ added in v0.9.5
func (x *GetLastLogsRequest) String() string
type GetLastLogsResponse ¶ added in v0.9.5
type GetLastLogsResponse struct { Logs []*LogEntry `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` // contains filtered or unexported fields }
func (*GetLastLogsResponse) Descriptor
deprecated
added in
v0.9.5
func (*GetLastLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLastLogsResponse.ProtoReflect.Descriptor instead.
func (*GetLastLogsResponse) GetLogs ¶ added in v0.9.5
func (x *GetLastLogsResponse) GetLogs() []*LogEntry
func (*GetLastLogsResponse) ProtoMessage ¶ added in v0.9.5
func (*GetLastLogsResponse) ProtoMessage()
func (*GetLastLogsResponse) ProtoReflect ¶ added in v0.9.5
func (x *GetLastLogsResponse) ProtoReflect() protoreflect.Message
func (*GetLastLogsResponse) Reset ¶ added in v0.9.5
func (x *GetLastLogsResponse) Reset()
func (*GetLastLogsResponse) String ¶ added in v0.9.5
func (x *GetLastLogsResponse) String() string
type InfoRequest ¶
type InfoRequest struct {
// contains filtered or unexported fields
}
func (*InfoRequest) Descriptor
deprecated
func (*InfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use InfoRequest.ProtoReflect.Descriptor instead.
func (*InfoRequest) ProtoMessage ¶
func (*InfoRequest) ProtoMessage()
func (*InfoRequest) ProtoReflect ¶
func (x *InfoRequest) ProtoReflect() protoreflect.Message
func (*InfoRequest) Reset ¶
func (x *InfoRequest) Reset()
func (*InfoRequest) String ¶
func (x *InfoRequest) String() string
type InfoResponse ¶
type InfoResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Commit string `protobuf:"bytes,2,opt,name=commit,proto3" json:"commit,omitempty"` // contains filtered or unexported fields }
func (*InfoResponse) Descriptor
deprecated
func (*InfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use InfoResponse.ProtoReflect.Descriptor instead.
func (*InfoResponse) GetCommit ¶
func (x *InfoResponse) GetCommit() string
func (*InfoResponse) GetVersion ¶
func (x *InfoResponse) GetVersion() string
func (*InfoResponse) ProtoMessage ¶
func (*InfoResponse) ProtoMessage()
func (*InfoResponse) ProtoReflect ¶
func (x *InfoResponse) ProtoReflect() protoreflect.Message
func (*InfoResponse) Reset ¶
func (x *InfoResponse) Reset()
func (*InfoResponse) String ¶
func (x *InfoResponse) String() string
type LogEntry ¶ added in v0.9.5
type LogEntry struct { Time *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` Level string `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*LogEntry) Descriptor
deprecated
added in
v0.9.5
func (*LogEntry) GetMessage ¶ added in v0.9.5
func (*LogEntry) GetTime ¶ added in v0.9.5
func (x *LogEntry) GetTime() *timestamppb.Timestamp
func (*LogEntry) ProtoMessage ¶ added in v0.9.5
func (*LogEntry) ProtoMessage()
func (*LogEntry) ProtoReflect ¶ added in v0.9.5
func (x *LogEntry) ProtoReflect() protoreflect.Message
type UpdateToNewVersionRequest ¶
type UpdateToNewVersionRequest struct {
// contains filtered or unexported fields
}
func (*UpdateToNewVersionRequest) Descriptor
deprecated
func (*UpdateToNewVersionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateToNewVersionRequest.ProtoReflect.Descriptor instead.
func (*UpdateToNewVersionRequest) ProtoMessage ¶
func (*UpdateToNewVersionRequest) ProtoMessage()
func (*UpdateToNewVersionRequest) ProtoReflect ¶
func (x *UpdateToNewVersionRequest) ProtoReflect() protoreflect.Message
func (*UpdateToNewVersionRequest) Reset ¶
func (x *UpdateToNewVersionRequest) Reset()
func (*UpdateToNewVersionRequest) String ¶
func (x *UpdateToNewVersionRequest) String() string
type UpdateToNewVersionResponse ¶
type UpdateToNewVersionResponse struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // contains filtered or unexported fields }
func (*UpdateToNewVersionResponse) Descriptor
deprecated
func (*UpdateToNewVersionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateToNewVersionResponse.ProtoReflect.Descriptor instead.
func (*UpdateToNewVersionResponse) GetStatus ¶
func (x *UpdateToNewVersionResponse) GetStatus() string
func (*UpdateToNewVersionResponse) ProtoMessage ¶
func (*UpdateToNewVersionResponse) ProtoMessage()
func (*UpdateToNewVersionResponse) ProtoReflect ¶
func (x *UpdateToNewVersionResponse) ProtoReflect() protoreflect.Message
func (*UpdateToNewVersionResponse) Reset ¶
func (x *UpdateToNewVersionResponse) Reset()
func (*UpdateToNewVersionResponse) String ¶
func (x *UpdateToNewVersionResponse) String() string
Click to show internal directories.
Click to hide internal directories.