Documentation ¶
Overview ¶
Package shipshape_reporter_proto_go_src is a generated protocol buffer package.
It is generated from these files:
shipshape/proto/shipshape_reporter.proto
It has these top-level messages:
ReportNotesRequest ReportNotesResponse ReportAnalyzerStatusRequest ReportAnalyzerStatusResponse
Index ¶
- Variables
- type AnalyzerStatus
- type ReportAnalyzerStatusRequest
- func (m *ReportAnalyzerStatusRequest) GetCategory() string
- func (m *ReportAnalyzerStatusRequest) GetMessage() string
- func (m *ReportAnalyzerStatusRequest) GetStatus() AnalyzerStatus
- func (*ReportAnalyzerStatusRequest) ProtoMessage()
- func (m *ReportAnalyzerStatusRequest) Reset()
- func (m *ReportAnalyzerStatusRequest) String() string
- type ReportAnalyzerStatusResponse
- type ReportNotesRequest
- type ReportNotesResponse
Constants ¶
This section is empty.
Variables ¶
View Source
var AnalyzerStatus_name = map[int32]string{
1: "RUNNING",
2: "COMPLETED",
3: "FAILED",
}
View Source
var AnalyzerStatus_value = map[string]int32{
"RUNNING": 1,
"COMPLETED": 2,
"FAILED": 3,
}
Functions ¶
This section is empty.
Types ¶
type AnalyzerStatus ¶
type AnalyzerStatus int32
const ( AnalyzerStatus_RUNNING AnalyzerStatus = 1 AnalyzerStatus_COMPLETED AnalyzerStatus = 2 AnalyzerStatus_FAILED AnalyzerStatus = 3 )
func (AnalyzerStatus) Enum ¶
func (x AnalyzerStatus) Enum() *AnalyzerStatus
func (AnalyzerStatus) String ¶
func (x AnalyzerStatus) String() string
func (*AnalyzerStatus) UnmarshalJSON ¶
func (x *AnalyzerStatus) UnmarshalJSON(data []byte) error
type ReportAnalyzerStatusRequest ¶
type ReportAnalyzerStatusRequest struct { Category *string `protobuf:"bytes,1,opt,name=category" json:"category,omitempty"` Status *AnalyzerStatus `protobuf:"varint,2,opt,name=status,enum=shipshape_proto.AnalyzerStatus" json:"status,omitempty"` Message *string `protobuf:"bytes,3,opt,name=message" json:"message,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*ReportAnalyzerStatusRequest) GetCategory ¶
func (m *ReportAnalyzerStatusRequest) GetCategory() string
func (*ReportAnalyzerStatusRequest) GetMessage ¶
func (m *ReportAnalyzerStatusRequest) GetMessage() string
func (*ReportAnalyzerStatusRequest) GetStatus ¶
func (m *ReportAnalyzerStatusRequest) GetStatus() AnalyzerStatus
func (*ReportAnalyzerStatusRequest) ProtoMessage ¶
func (*ReportAnalyzerStatusRequest) ProtoMessage()
func (*ReportAnalyzerStatusRequest) Reset ¶
func (m *ReportAnalyzerStatusRequest) Reset()
func (*ReportAnalyzerStatusRequest) String ¶
func (m *ReportAnalyzerStatusRequest) String() string
type ReportAnalyzerStatusResponse ¶
type ReportAnalyzerStatusResponse struct {
XXX_unrecognized []byte `json:"-"`
}
func (*ReportAnalyzerStatusResponse) ProtoMessage ¶
func (*ReportAnalyzerStatusResponse) ProtoMessage()
func (*ReportAnalyzerStatusResponse) Reset ¶
func (m *ReportAnalyzerStatusResponse) Reset()
func (*ReportAnalyzerStatusResponse) String ¶
func (m *ReportAnalyzerStatusResponse) String() string
type ReportNotesRequest ¶
type ReportNotesRequest struct { // All notes should have the same category. Notes []*shipshape_proto1.Note `protobuf:"bytes,1,rep,name=notes" json:"notes,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*ReportNotesRequest) GetNotes ¶
func (m *ReportNotesRequest) GetNotes() []*shipshape_proto1.Note
func (*ReportNotesRequest) ProtoMessage ¶
func (*ReportNotesRequest) ProtoMessage()
func (*ReportNotesRequest) Reset ¶
func (m *ReportNotesRequest) Reset()
func (*ReportNotesRequest) String ¶
func (m *ReportNotesRequest) String() string
type ReportNotesResponse ¶
type ReportNotesResponse struct {
XXX_unrecognized []byte `json:"-"`
}
func (*ReportNotesResponse) ProtoMessage ¶
func (*ReportNotesResponse) ProtoMessage()
func (*ReportNotesResponse) Reset ¶
func (m *ReportNotesResponse) Reset()
func (*ReportNotesResponse) String ¶
func (m *ReportNotesResponse) String() string
Click to show internal directories.
Click to hide internal directories.