Documentation ¶
Index ¶
- Variables
- func RegisterReportingServiceServer(s *grpc.Server, srv ReportingServiceServer)
- type AssetListRequest
- func (*AssetListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssetListRequest) GetAssetsType() string
- func (x *AssetListRequest) GetFilters() []*ListFilter
- func (x *AssetListRequest) GetFrom() int32
- func (x *AssetListRequest) GetSize() int32
- func (x *AssetListRequest) GetSort() string
- func (*AssetListRequest) ProtoMessage()
- func (x *AssetListRequest) ProtoReflect() protoreflect.Message
- func (x *AssetListRequest) Reset()
- func (x *AssetListRequest) String() string
- type AssetListResponse
- type AssetSummary
- func (*AssetSummary) Descriptor() ([]byte, []int)deprecated
- func (x *AssetSummary) GetCollected() *Collected
- func (x *AssetSummary) GetTotalAssets() int32
- func (x *AssetSummary) GetUncollected() *Uncollected
- func (*AssetSummary) ProtoMessage()
- func (x *AssetSummary) ProtoReflect() protoreflect.Message
- func (x *AssetSummary) Reset()
- func (x *AssetSummary) String() string
- type Assets
- func (*Assets) Descriptor() ([]byte, []int)deprecated
- func (x *Assets) GetFirstRun() string
- func (x *Assets) GetLastRun() string
- func (x *Assets) GetNodeUuid() string
- func (x *Assets) GetStatus() string
- func (*Assets) ProtoMessage()
- func (x *Assets) ProtoReflect() protoreflect.Message
- func (x *Assets) Reset()
- func (x *Assets) String() string
- type Attribute
- type Collected
- func (*Collected) Descriptor() ([]byte, []int)deprecated
- func (x *Collected) GetFailed() int32
- func (x *Collected) GetPassed() int32
- func (x *Collected) GetSkipped() int32
- func (x *Collected) GetWaived() int32
- func (*Collected) ProtoMessage()
- func (x *Collected) ProtoReflect() protoreflect.Message
- func (x *Collected) Reset()
- func (x *Collected) String() string
- type ComplianceConfigRequest
- func (*ComplianceConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ComplianceConfigRequest) GetValue() int32
- func (*ComplianceConfigRequest) ProtoMessage()
- func (x *ComplianceConfigRequest) ProtoReflect() protoreflect.Message
- func (x *ComplianceConfigRequest) Reset()
- func (x *ComplianceConfigRequest) String() string
- type ComplianceConfigResponse
- func (*ComplianceConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ComplianceConfigResponse) GetPolicyName() string
- func (x *ComplianceConfigResponse) GetValue() int32
- func (*ComplianceConfigResponse) ProtoMessage()
- func (x *ComplianceConfigResponse) ProtoReflect() protoreflect.Message
- func (x *ComplianceConfigResponse) Reset()
- func (x *ComplianceConfigResponse) String() string
- type Control
- func (*Control) Descriptor() ([]byte, []int)deprecated
- func (x *Control) GetCode() string
- func (x *Control) GetDesc() string
- func (x *Control) GetId() string
- func (x *Control) GetImpact() float32
- func (x *Control) GetRefs() []*Ref
- func (x *Control) GetRemovedResultsCounts() *RemovedResultsCounts
- func (x *Control) GetResults() []*Result
- func (x *Control) GetSourceLocation() *SourceLocation
- func (x *Control) GetStringTags() map[string]*TagValues
- func (x *Control) GetTags() string
- func (x *Control) GetTitle() string
- func (x *Control) GetWaivedStr() string
- func (x *Control) GetWaiverData() *OrigWaiverData
- func (*Control) ProtoMessage()
- func (x *Control) ProtoReflect() protoreflect.Message
- func (x *Control) Reset()
- func (x *Control) String() string
- type ControlElement
- func (*ControlElement) Descriptor() ([]byte, []int)deprecated
- func (x *ControlElement) GetId() string
- func (x *ControlElement) GetImpact() float32
- func (x *ControlElement) GetProfile() string
- func (x *ControlElement) GetProfileId() string
- func (x *ControlElement) GetResults() int32
- func (x *ControlElement) GetStatus() string
- func (x *ControlElement) GetTitle() string
- func (*ControlElement) ProtoMessage()
- func (x *ControlElement) ProtoReflect() protoreflect.Message
- func (x *ControlElement) Reset()
- func (x *ControlElement) String() string
- type ControlElements
- func (*ControlElements) Descriptor() ([]byte, []int)deprecated
- func (x *ControlElements) GetControlElements() []*ControlElement
- func (*ControlElements) ProtoMessage()
- func (x *ControlElements) ProtoReflect() protoreflect.Message
- func (x *ControlElements) Reset()
- func (x *ControlElements) String() string
- type ControlItem
- func (*ControlItem) Descriptor() ([]byte, []int)deprecated
- func (x *ControlItem) GetControlSummary() *ControlSummary
- func (x *ControlItem) GetEndTime() *timestamppb.Timestamp
- func (x *ControlItem) GetId() string
- func (x *ControlItem) GetImpact() float32
- func (x *ControlItem) GetProfile() *ProfileMin
- func (x *ControlItem) GetTitle() string
- func (x *ControlItem) GetWaivers() []*WaiverData
- func (*ControlItem) ProtoMessage()
- func (x *ControlItem) ProtoReflect() protoreflect.Message
- func (x *ControlItem) Reset()
- func (x *ControlItem) String() string
- type ControlItemRequest
- func (*ControlItemRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ControlItemRequest) GetFilters() []*ListFilter
- func (x *ControlItemRequest) GetPageNumber() int32
- func (x *ControlItemRequest) GetSize() int32
- func (x *ControlItemRequest) GetText() string
- func (*ControlItemRequest) ProtoMessage()
- func (x *ControlItemRequest) ProtoReflect() protoreflect.Message
- func (x *ControlItemRequest) Reset()
- func (x *ControlItemRequest) String() string
- type ControlItems
- func (*ControlItems) Descriptor() ([]byte, []int)deprecated
- func (x *ControlItems) GetControlItems() []*ControlItem
- func (x *ControlItems) GetControlSummaryTotals() *ControlSummary
- func (*ControlItems) ProtoMessage()
- func (x *ControlItems) ProtoReflect() protoreflect.Message
- func (x *ControlItems) Reset()
- func (x *ControlItems) String() string
- type ControlSummary
- func (*ControlSummary) Descriptor() ([]byte, []int)deprecated
- func (x *ControlSummary) GetFailed() *Failed
- func (x *ControlSummary) GetPassed() *Total
- func (x *ControlSummary) GetSkipped() *Total
- func (x *ControlSummary) GetTotal() int32
- func (x *ControlSummary) GetWaived() *Total
- func (*ControlSummary) ProtoMessage()
- func (x *ControlSummary) ProtoReflect() protoreflect.Message
- func (x *ControlSummary) Reset()
- func (x *ControlSummary) String() string
- type CustomReportResponse
- func (*CustomReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CustomReportResponse) GetAcknowledgementId() string
- func (*CustomReportResponse) ProtoMessage()
- func (x *CustomReportResponse) ProtoReflect() protoreflect.Message
- func (x *CustomReportResponse) Reset()
- func (x *CustomReportResponse) String() string
- type Dependency
- func (*Dependency) Descriptor() ([]byte, []int)deprecated
- func (x *Dependency) GetBranch() string
- func (x *Dependency) GetCommit() string
- func (x *Dependency) GetCompliance() string
- func (x *Dependency) GetGit() string
- func (x *Dependency) GetGithub() string
- func (x *Dependency) GetName() string
- func (x *Dependency) GetPath() string
- func (x *Dependency) GetSkipMessage() string
- func (x *Dependency) GetStatus() string
- func (x *Dependency) GetSupermarket() string
- func (x *Dependency) GetTag() string
- func (x *Dependency) GetUrl() string
- func (x *Dependency) GetVersion() string
- func (*Dependency) ProtoMessage()
- func (x *Dependency) ProtoReflect() protoreflect.Message
- func (x *Dependency) Reset()
- func (x *Dependency) String() string
- type ExportData
- type Failed
- func (*Failed) Descriptor() ([]byte, []int)deprecated
- func (x *Failed) GetCritical() int32
- func (x *Failed) GetMajor() int32
- func (x *Failed) GetMinor() int32
- func (x *Failed) GetTotal() int32
- func (*Failed) ProtoMessage()
- func (x *Failed) ProtoReflect() protoreflect.Message
- func (x *Failed) Reset()
- func (x *Failed) String() string
- type GetAssetConfigRequest
- type Group
- type Id
- type Kv
- type LatestReportSummary
- func (*LatestReportSummary) Descriptor() ([]byte, []int)deprecated
- func (x *LatestReportSummary) GetControls() *ControlSummary
- func (x *LatestReportSummary) GetEndTime() *timestamppb.Timestamp
- func (x *LatestReportSummary) GetId() string
- func (x *LatestReportSummary) GetStatus() string
- func (*LatestReportSummary) ProtoMessage()
- func (x *LatestReportSummary) ProtoReflect() protoreflect.Message
- func (x *LatestReportSummary) Reset()
- func (x *LatestReportSummary) String() string
- type ListFilter
- type ListFilters
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetEnvironment() string
- func (x *Node) GetId() string
- func (x *Node) GetLatestReport() *LatestReportSummary
- func (x *Node) GetName() string
- func (x *Node) GetPlatform() *Platform
- func (x *Node) GetProfiles() []*ProfileMeta
- func (x *Node) GetTags() []*Kv
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- type NodeHeaderInfo
- func (*NodeHeaderInfo) Descriptor() ([]byte, []int)deprecated
- func (x *NodeHeaderInfo) GetEndTime() *timestamppb.Timestamp
- func (x *NodeHeaderInfo) GetEnvironment() string
- func (x *NodeHeaderInfo) GetNodeId() string
- func (x *NodeHeaderInfo) GetNodeName() string
- func (x *NodeHeaderInfo) GetPlatform() *Platform
- func (x *NodeHeaderInfo) GetProfiles() []*NodeHeaderProfileInfo
- func (x *NodeHeaderInfo) GetRoles() []string
- func (x *NodeHeaderInfo) GetStatus() string
- func (x *NodeHeaderInfo) GetStatusMessage() string
- func (x *NodeHeaderInfo) GetVersion() string
- func (*NodeHeaderInfo) ProtoMessage()
- func (x *NodeHeaderInfo) ProtoReflect() protoreflect.Message
- func (x *NodeHeaderInfo) Reset()
- func (x *NodeHeaderInfo) String() string
- type NodeHeaderProfileInfo
- func (*NodeHeaderProfileInfo) Descriptor() ([]byte, []int)deprecated
- func (x *NodeHeaderProfileInfo) GetName() string
- func (x *NodeHeaderProfileInfo) GetStatus() string
- func (x *NodeHeaderProfileInfo) GetStatusMessage() string
- func (*NodeHeaderProfileInfo) ProtoMessage()
- func (x *NodeHeaderProfileInfo) ProtoReflect() protoreflect.Message
- func (x *NodeHeaderProfileInfo) Reset()
- func (x *NodeHeaderProfileInfo) String() string
- type Nodes
- func (*Nodes) Descriptor() ([]byte, []int)deprecated
- func (x *Nodes) GetNodes() []*Node
- func (x *Nodes) GetTotal() int32
- func (x *Nodes) GetTotalFailed() int32
- func (x *Nodes) GetTotalPassed() int32
- func (x *Nodes) GetTotalSkipped() int32
- func (x *Nodes) GetTotalWaived() int32
- func (*Nodes) ProtoMessage()
- func (x *Nodes) ProtoReflect() protoreflect.Message
- func (x *Nodes) Reset()
- func (x *Nodes) String() string
- type Option
- type OrigWaiverData
- func (*OrigWaiverData) Descriptor() ([]byte, []int)deprecated
- func (x *OrigWaiverData) GetExpirationDate() string
- func (x *OrigWaiverData) GetJustification() string
- func (x *OrigWaiverData) GetMessage() string
- func (x *OrigWaiverData) GetRun() bool
- func (x *OrigWaiverData) GetSkippedDueToWaiver() bool
- func (*OrigWaiverData) ProtoMessage()
- func (x *OrigWaiverData) ProtoReflect() protoreflect.Message
- func (x *OrigWaiverData) Reset()
- func (x *OrigWaiverData) String() string
- type Platform
- func (*Platform) Descriptor() ([]byte, []int)deprecated
- func (x *Platform) GetFull() string
- func (x *Platform) GetName() string
- func (x *Platform) GetRelease() string
- func (*Platform) ProtoMessage()
- func (x *Platform) ProtoReflect() protoreflect.Message
- func (x *Platform) Reset()
- func (x *Platform) String() string
- type Profile
- func (*Profile) Descriptor() ([]byte, []int)deprecated
- func (x *Profile) GetAttributes() []*Attribute
- func (x *Profile) GetControls() []*Control
- func (x *Profile) GetCopyright() string
- func (x *Profile) GetCopyrightEmail() string
- func (x *Profile) GetDepends() []*Dependency
- func (x *Profile) GetFull() string
- func (x *Profile) GetGroups() []*Group
- func (x *Profile) GetLatestVersion() string
- func (x *Profile) GetLicense() string
- func (x *Profile) GetMaintainer() string
- func (x *Profile) GetName() string
- func (x *Profile) GetOwner() string
- func (x *Profile) GetSha256() string
- func (x *Profile) GetSkipMessage() string
- func (x *Profile) GetStatus() string
- func (x *Profile) GetStatusMessage() string
- func (x *Profile) GetSummary() string
- func (x *Profile) GetSupports() []*Support
- func (x *Profile) GetTitle() string
- func (x *Profile) GetVersion() string
- func (*Profile) ProtoMessage()
- func (x *Profile) ProtoReflect() protoreflect.Message
- func (x *Profile) Reset()
- func (x *Profile) String() string
- type ProfileCounts
- func (*ProfileCounts) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileCounts) GetFailed() int32
- func (x *ProfileCounts) GetPassed() int32
- func (x *ProfileCounts) GetSkipped() int32
- func (x *ProfileCounts) GetTotal() int32
- func (x *ProfileCounts) GetWaived() int32
- func (*ProfileCounts) ProtoMessage()
- func (x *ProfileCounts) ProtoReflect() protoreflect.Message
- func (x *ProfileCounts) Reset()
- func (x *ProfileCounts) String() string
- type ProfileMeta
- func (*ProfileMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileMeta) GetFull() string
- func (x *ProfileMeta) GetId() string
- func (x *ProfileMeta) GetName() string
- func (x *ProfileMeta) GetStatus() string
- func (x *ProfileMeta) GetVersion() string
- func (*ProfileMeta) ProtoMessage()
- func (x *ProfileMeta) ProtoReflect() protoreflect.Message
- func (x *ProfileMeta) Reset()
- func (x *ProfileMeta) String() string
- type ProfileMin
- func (*ProfileMin) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileMin) GetId() string
- func (x *ProfileMin) GetName() string
- func (x *ProfileMin) GetStatus() string
- func (x *ProfileMin) GetTitle() string
- func (x *ProfileMin) GetVersion() string
- func (*ProfileMin) ProtoMessage()
- func (x *ProfileMin) ProtoReflect() protoreflect.Message
- func (x *ProfileMin) Reset()
- func (x *ProfileMin) String() string
- type ProfileMins
- func (*ProfileMins) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileMins) GetCounts() *ProfileCounts
- func (x *ProfileMins) GetProfiles() []*ProfileMin
- func (*ProfileMins) ProtoMessage()
- func (x *ProfileMins) ProtoReflect() protoreflect.Message
- func (x *ProfileMins) Reset()
- func (x *ProfileMins) String() string
- type ProfileResponse
- func (*ProfileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileResponse) GetControls() []string
- func (x *ProfileResponse) GetProfileId() string
- func (*ProfileResponse) ProtoMessage()
- func (x *ProfileResponse) ProtoReflect() protoreflect.Message
- func (x *ProfileResponse) Reset()
- func (x *ProfileResponse) String() string
- type Query
- func (*Query) Descriptor() ([]byte, []int)deprecated
- func (x *Query) GetFilters() []*ListFilter
- func (x *Query) GetId() string
- func (x *Query) GetOrder() Query_OrderType
- func (x *Query) GetPage() int32
- func (x *Query) GetPerPage() int32
- func (x *Query) GetSort() string
- func (x *Query) GetType() string
- func (*Query) ProtoMessage()
- func (x *Query) ProtoReflect() protoreflect.Message
- func (x *Query) Reset()
- func (x *Query) String() string
- type Query_OrderType
- func (Query_OrderType) Descriptor() protoreflect.EnumDescriptor
- func (x Query_OrderType) Enum() *Query_OrderType
- func (Query_OrderType) EnumDescriptor() ([]byte, []int)deprecated
- func (x Query_OrderType) Number() protoreflect.EnumNumber
- func (x Query_OrderType) String() string
- func (Query_OrderType) Type() protoreflect.EnumType
- type Ref
- type RemovedResultsCounts
- func (*RemovedResultsCounts) Descriptor() ([]byte, []int)deprecated
- func (x *RemovedResultsCounts) GetFailed() int32
- func (x *RemovedResultsCounts) GetPassed() int32
- func (x *RemovedResultsCounts) GetSkipped() int32
- func (*RemovedResultsCounts) ProtoMessage()
- func (x *RemovedResultsCounts) ProtoReflect() protoreflect.Message
- func (x *RemovedResultsCounts) Reset()
- func (x *RemovedResultsCounts) String() string
- type Report
- func (*Report) Descriptor() ([]byte, []int)deprecated
- func (x *Report) GetChefOrganization() string
- func (x *Report) GetChefServer() string
- func (x *Report) GetChefTags() []string
- func (x *Report) GetControls() *ControlSummary
- func (x *Report) GetEndTime() *timestamppb.Timestamp
- func (x *Report) GetEnvironment() string
- func (x *Report) GetFqdn() string
- func (x *Report) GetId() string
- func (x *Report) GetIpaddress() string
- func (x *Report) GetJobId() string
- func (x *Report) GetNodeId() string
- func (x *Report) GetNodeName() string
- func (x *Report) GetPlatform() *Platform
- func (x *Report) GetProfiles() []*Profile
- func (x *Report) GetProjects() []string
- func (x *Report) GetRoles() []string
- func (x *Report) GetStatistics() *Statistics
- func (x *Report) GetStatus() string
- func (x *Report) GetStatusMessage() string
- func (x *Report) GetVersion() string
- func (*Report) ProtoMessage()
- func (x *Report) ProtoReflect() protoreflect.Message
- func (x *Report) Reset()
- func (x *Report) String() string
- type ReportContentRequest
- func (*ReportContentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReportContentRequest) GetFilters() []*ListFilter
- func (x *ReportContentRequest) GetId() string
- func (*ReportContentRequest) ProtoMessage()
- func (x *ReportContentRequest) ProtoReflect() protoreflect.Message
- func (x *ReportContentRequest) Reset()
- func (x *ReportContentRequest) String() string
- type ReportContentResponse
- func (*ReportContentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReportContentResponse) GetContent() []byte
- func (*ReportContentResponse) ProtoMessage()
- func (x *ReportContentResponse) ProtoReflect() protoreflect.Message
- func (x *ReportContentResponse) Reset()
- func (x *ReportContentResponse) String() string
- type ReportData
- func (*ReportData) Descriptor() ([]byte, []int)deprecated
- func (x *ReportData) GetEndTime() *timestamppb.Timestamp
- func (x *ReportData) GetId() string
- func (*ReportData) ProtoMessage()
- func (x *ReportData) ProtoReflect() protoreflect.Message
- func (x *ReportData) Reset()
- func (x *ReportData) String() string
- type ReportIds
- type ReportListForReportManagerResponse
- func (*ReportListForReportManagerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReportListForReportManagerResponse) GetReports() []*ReportResponse
- func (*ReportListForReportManagerResponse) ProtoMessage()
- func (x *ReportListForReportManagerResponse) ProtoReflect() protoreflect.Message
- func (x *ReportListForReportManagerResponse) Reset()
- func (x *ReportListForReportManagerResponse) String() string
- type ReportResponse
- func (*ReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReportResponse) GetProfiles() []*ProfileResponse
- func (x *ReportResponse) GetReportId() string
- func (*ReportResponse) ProtoMessage()
- func (x *ReportResponse) ProtoReflect() protoreflect.Message
- func (x *ReportResponse) Reset()
- func (x *ReportResponse) String() string
- type ReportSummaryLevelOne
- func (*ReportSummaryLevelOne) Descriptor() ([]byte, []int)deprecated
- func (x *ReportSummaryLevelOne) GetControls() *ControlSummary
- func (x *ReportSummaryLevelOne) GetEndTime() *timestamppb.Timestamp
- func (x *ReportSummaryLevelOne) GetId() string
- func (x *ReportSummaryLevelOne) GetIpaddress() string
- func (x *ReportSummaryLevelOne) GetNodeId() string
- func (x *ReportSummaryLevelOne) GetNodeName() string
- func (x *ReportSummaryLevelOne) GetStatus() string
- func (*ReportSummaryLevelOne) ProtoMessage()
- func (x *ReportSummaryLevelOne) ProtoReflect() protoreflect.Message
- func (x *ReportSummaryLevelOne) Reset()
- func (x *ReportSummaryLevelOne) String() string
- type ReportingServiceClient
- type ReportingServiceServer
- type ReportingService_ExportClient
- type ReportingService_ExportNodeClient
- type ReportingService_ExportNodeServer
- type ReportingService_ExportServer
- type ReportingService_GetReportListForReportManagerClient
- type ReportingService_GetReportListForReportManagerServer
- type Reports
- type ReportsSummaryLevelOne
- func (*ReportsSummaryLevelOne) Descriptor() ([]byte, []int)deprecated
- func (x *ReportsSummaryLevelOne) GetReports() []*ReportSummaryLevelOne
- func (x *ReportsSummaryLevelOne) GetTotal() int32
- func (*ReportsSummaryLevelOne) ProtoMessage()
- func (x *ReportsSummaryLevelOne) ProtoReflect() protoreflect.Message
- func (x *ReportsSummaryLevelOne) Reset()
- func (x *ReportsSummaryLevelOne) String() string
- type Result
- func (*Result) Descriptor() ([]byte, []int)deprecated
- func (x *Result) GetCodeDesc() string
- func (x *Result) GetMessage() string
- func (x *Result) GetRunTime() float32
- func (x *Result) GetSkipMessage() string
- func (x *Result) GetStartTime() string
- func (x *Result) GetStatus() string
- func (*Result) ProtoMessage()
- func (x *Result) ProtoReflect() protoreflect.Message
- func (x *Result) Reset()
- func (x *Result) String() string
- type SourceLocation
- func (*SourceLocation) Descriptor() ([]byte, []int)deprecated
- func (x *SourceLocation) GetLine() int32
- func (x *SourceLocation) GetRef() string
- func (*SourceLocation) ProtoMessage()
- func (x *SourceLocation) ProtoReflect() protoreflect.Message
- func (x *SourceLocation) Reset()
- func (x *SourceLocation) String() string
- type Statistics
- type Suggestion
- func (*Suggestion) Descriptor() ([]byte, []int)deprecated
- func (x *Suggestion) GetId() string
- func (x *Suggestion) GetScore() float32
- func (x *Suggestion) GetText() string
- func (x *Suggestion) GetVersion() string
- func (*Suggestion) ProtoMessage()
- func (x *Suggestion) ProtoReflect() protoreflect.Message
- func (x *Suggestion) Reset()
- func (x *Suggestion) String() string
- type SuggestionRequest
- func (*SuggestionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SuggestionRequest) GetFilters() []*ListFilter
- func (x *SuggestionRequest) GetSize() int32
- func (x *SuggestionRequest) GetText() string
- func (x *SuggestionRequest) GetType() string
- func (x *SuggestionRequest) GetTypeKey() string
- func (*SuggestionRequest) ProtoMessage()
- func (x *SuggestionRequest) ProtoReflect() protoreflect.Message
- func (x *SuggestionRequest) Reset()
- func (x *SuggestionRequest) String() string
- type Suggestions
- type Support
- func (*Support) Descriptor() ([]byte, []int)deprecated
- func (x *Support) GetInspecVersion() string
- func (x *Support) GetOsFamily() string
- func (x *Support) GetOsName() string
- func (x *Support) GetPlatform() string
- func (x *Support) GetRelease() string
- func (*Support) ProtoMessage()
- func (x *Support) ProtoReflect() protoreflect.Message
- func (x *Support) Reset()
- func (x *Support) String() string
- type TagValues
- type Total
- type Uncollected
- func (*Uncollected) Descriptor() ([]byte, []int)deprecated
- func (x *Uncollected) GetUnreachable() int32
- func (x *Uncollected) GetUnreported() int32
- func (*Uncollected) ProtoMessage()
- func (x *Uncollected) ProtoReflect() protoreflect.Message
- func (x *Uncollected) Reset()
- func (x *Uncollected) String() string
- type UnimplementedReportingServiceServer
- func (*UnimplementedReportingServiceServer) AssetCount(context.Context, *ListFilters) (*AssetSummary, error)
- func (*UnimplementedReportingServiceServer) Export(*Query, ReportingService_ExportServer) error
- func (*UnimplementedReportingServiceServer) ExportNode(*Query, ReportingService_ExportNodeServer) error
- func (*UnimplementedReportingServiceServer) ExportReportManager(context.Context, *Query) (*CustomReportResponse, error)
- func (*UnimplementedReportingServiceServer) GetAssetConfig(context.Context, *GetAssetConfigRequest) (*ComplianceConfigResponse, error)
- func (*UnimplementedReportingServiceServer) GetReportContent(context.Context, *ReportContentRequest) (*ReportContentResponse, error)
- func (*UnimplementedReportingServiceServer) GetReportListForReportManager(*ListFilters, ReportingService_GetReportListForReportManagerServer) error
- func (*UnimplementedReportingServiceServer) ListAsset(context.Context, *AssetListRequest) (*AssetListResponse, error)
- func (*UnimplementedReportingServiceServer) ListControlInfo(context.Context, *Query) (*ControlElements, error)
- func (*UnimplementedReportingServiceServer) ListControlItems(context.Context, *ControlItemRequest) (*ControlItems, error)
- func (*UnimplementedReportingServiceServer) ListControlItemsRange(context.Context, *ControlItemRequest) (*ControlItems, error)
- func (*UnimplementedReportingServiceServer) ListNodes(context.Context, *Query) (*Nodes, error)
- func (*UnimplementedReportingServiceServer) ListProfiles(context.Context, *Query) (*ProfileMins, error)
- func (*UnimplementedReportingServiceServer) ListReportIds(context.Context, *Query) (*ReportIds, error)
- func (*UnimplementedReportingServiceServer) ListReports(context.Context, *Query) (*ReportsSummaryLevelOne, error)
- func (*UnimplementedReportingServiceServer) ListSuggestions(context.Context, *SuggestionRequest) (*Suggestions, error)
- func (*UnimplementedReportingServiceServer) ReadNode(context.Context, *Id) (*Node, error)
- func (*UnimplementedReportingServiceServer) ReadNodeHeader(context.Context, *Query) (*NodeHeaderInfo, error)
- func (*UnimplementedReportingServiceServer) ReadReport(context.Context, *Query) (*Report, error)
- func (*UnimplementedReportingServiceServer) SetAssetConfig(context.Context, *ComplianceConfigRequest) (*ComplianceConfigResponse, error)
- type WaiverData
- func (*WaiverData) Descriptor() ([]byte, []int)deprecated
- func (x *WaiverData) GetExpirationDate() string
- func (x *WaiverData) GetJustification() string
- func (x *WaiverData) GetWaivedStr() string
- func (x *WaiverData) GetWaiverSummary() *ControlSummary
- func (*WaiverData) ProtoMessage()
- func (x *WaiverData) ProtoReflect() protoreflect.Message
- func (x *WaiverData) Reset()
- func (x *WaiverData) String() string
Constants ¶
This section is empty.
Variables ¶
var ( Query_OrderType_name = map[int32]string{ 0: "ASC", 1: "DESC", } Query_OrderType_value = map[string]int32{ "ASC": 0, "DESC": 1, } )
Enum value maps for Query_OrderType.
var File_interservice_compliance_reporting_reporting_proto protoreflect.FileDescriptor
Functions ¶
func RegisterReportingServiceServer ¶
func RegisterReportingServiceServer(s *grpc.Server, srv ReportingServiceServer)
Types ¶
type AssetListRequest ¶
type AssetListRequest struct { Filters []*ListFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty" toml:"filters,omitempty" mapstructure:"filters,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty" toml:"size,omitempty" mapstructure:"size,omitempty"` From int32 `protobuf:"varint,3,opt,name=from,proto3" json:"from,omitempty" toml:"from,omitempty" mapstructure:"from,omitempty"` Sort string `protobuf:"bytes,4,opt,name=sort,proto3" json:"sort,omitempty" toml:"sort,omitempty" mapstructure:"sort,omitempty"` AssetsType string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AssetListRequest) Descriptor
deprecated
func (*AssetListRequest) Descriptor() ([]byte, []int)
Deprecated: Use AssetListRequest.ProtoReflect.Descriptor instead.
func (*AssetListRequest) GetAssetsType ¶
func (x *AssetListRequest) GetAssetsType() string
func (*AssetListRequest) GetFilters ¶
func (x *AssetListRequest) GetFilters() []*ListFilter
func (*AssetListRequest) GetFrom ¶
func (x *AssetListRequest) GetFrom() int32
func (*AssetListRequest) GetSize ¶
func (x *AssetListRequest) GetSize() int32
func (*AssetListRequest) GetSort ¶
func (x *AssetListRequest) GetSort() string
func (*AssetListRequest) ProtoMessage ¶
func (*AssetListRequest) ProtoMessage()
func (*AssetListRequest) ProtoReflect ¶
func (x *AssetListRequest) ProtoReflect() protoreflect.Message
func (*AssetListRequest) Reset ¶
func (x *AssetListRequest) Reset()
func (*AssetListRequest) String ¶
func (x *AssetListRequest) String() string
type AssetListResponse ¶
type AssetListResponse struct { Assets []*Assets `protobuf:"bytes,1,rep,name=assets,proto3" json:"assets,omitempty" toml:"assets,omitempty" mapstructure:"assets,omitempty"` // contains filtered or unexported fields }
func (*AssetListResponse) Descriptor
deprecated
func (*AssetListResponse) Descriptor() ([]byte, []int)
Deprecated: Use AssetListResponse.ProtoReflect.Descriptor instead.
func (*AssetListResponse) GetAssets ¶
func (x *AssetListResponse) GetAssets() []*Assets
func (*AssetListResponse) ProtoMessage ¶
func (*AssetListResponse) ProtoMessage()
func (*AssetListResponse) ProtoReflect ¶
func (x *AssetListResponse) ProtoReflect() protoreflect.Message
func (*AssetListResponse) Reset ¶
func (x *AssetListResponse) Reset()
func (*AssetListResponse) String ¶
func (x *AssetListResponse) String() string
type AssetSummary ¶
type AssetSummary struct { TotalAssets int32 `` /* 163-byte string literal not displayed */ Collected *Collected `` /* 133-byte string literal not displayed */ Uncollected *Uncollected `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AssetSummary) Descriptor
deprecated
func (*AssetSummary) Descriptor() ([]byte, []int)
Deprecated: Use AssetSummary.ProtoReflect.Descriptor instead.
func (*AssetSummary) GetCollected ¶
func (x *AssetSummary) GetCollected() *Collected
func (*AssetSummary) GetTotalAssets ¶
func (x *AssetSummary) GetTotalAssets() int32
func (*AssetSummary) GetUncollected ¶
func (x *AssetSummary) GetUncollected() *Uncollected
func (*AssetSummary) ProtoMessage ¶
func (*AssetSummary) ProtoMessage()
func (*AssetSummary) ProtoReflect ¶
func (x *AssetSummary) ProtoReflect() protoreflect.Message
func (*AssetSummary) Reset ¶
func (x *AssetSummary) Reset()
func (*AssetSummary) String ¶
func (x *AssetSummary) String() string
type Assets ¶
type Assets struct { NodeUuid string `` /* 147-byte string literal not displayed */ Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` FirstRun string `` /* 147-byte string literal not displayed */ LastRun string `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Assets) Descriptor
deprecated
func (*Assets) GetFirstRun ¶
func (*Assets) GetLastRun ¶
func (*Assets) GetNodeUuid ¶
func (*Assets) ProtoMessage ¶
func (*Assets) ProtoMessage()
func (*Assets) ProtoReflect ¶
func (x *Assets) ProtoReflect() protoreflect.Message
type Attribute ¶
type Attribute struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Options *Option `protobuf:"bytes,2,opt,name=options,proto3" json:"options,omitempty" toml:"options,omitempty" mapstructure:"options,omitempty"` // contains filtered or unexported fields }
func (*Attribute) Descriptor
deprecated
func (*Attribute) GetOptions ¶
func (*Attribute) ProtoMessage ¶
func (*Attribute) ProtoMessage()
func (*Attribute) ProtoReflect ¶
func (x *Attribute) ProtoReflect() protoreflect.Message
type Collected ¶
type Collected struct { Passed int32 `protobuf:"varint,1,opt,name=passed,proto3" json:"passed,omitempty" toml:"passed,omitempty" mapstructure:"passed,omitempty"` Failed int32 `protobuf:"varint,2,opt,name=failed,proto3" json:"failed,omitempty" toml:"failed,omitempty" mapstructure:"failed,omitempty"` Skipped int32 `` /* 126-byte string literal not displayed */ Waived int32 `protobuf:"varint,4,opt,name=waived,proto3" json:"waived,omitempty" toml:"waived,omitempty" mapstructure:"waived,omitempty"` // contains filtered or unexported fields }
func (*Collected) Descriptor
deprecated
func (*Collected) GetSkipped ¶
func (*Collected) ProtoMessage ¶
func (*Collected) ProtoMessage()
func (*Collected) ProtoReflect ¶
func (x *Collected) ProtoReflect() protoreflect.Message
type ComplianceConfigRequest ¶
type ComplianceConfigRequest struct { // No of days for the config Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty" toml:"value,omitempty" mapstructure:"value,omitempty"` // contains filtered or unexported fields }
ComplianceConfigRequest to update no of days in the config
func (*ComplianceConfigRequest) Descriptor
deprecated
func (*ComplianceConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use ComplianceConfigRequest.ProtoReflect.Descriptor instead.
func (*ComplianceConfigRequest) GetValue ¶
func (x *ComplianceConfigRequest) GetValue() int32
func (*ComplianceConfigRequest) ProtoMessage ¶
func (*ComplianceConfigRequest) ProtoMessage()
func (*ComplianceConfigRequest) ProtoReflect ¶
func (x *ComplianceConfigRequest) ProtoReflect() protoreflect.Message
func (*ComplianceConfigRequest) Reset ¶
func (x *ComplianceConfigRequest) Reset()
func (*ComplianceConfigRequest) String ¶
func (x *ComplianceConfigRequest) String() string
type ComplianceConfigResponse ¶
type ComplianceConfigResponse struct { // Policy name to get from config PolicyName string `` /* 157-byte string literal not displayed */ // No of days to get for config Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty" toml:"value,omitempty" mapstructure:"value,omitempty"` // contains filtered or unexported fields }
ComplianceConfigResponse to get the policy name and no of days
func (*ComplianceConfigResponse) Descriptor
deprecated
func (*ComplianceConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use ComplianceConfigResponse.ProtoReflect.Descriptor instead.
func (*ComplianceConfigResponse) GetPolicyName ¶
func (x *ComplianceConfigResponse) GetPolicyName() string
func (*ComplianceConfigResponse) GetValue ¶
func (x *ComplianceConfigResponse) GetValue() int32
func (*ComplianceConfigResponse) ProtoMessage ¶
func (*ComplianceConfigResponse) ProtoMessage()
func (*ComplianceConfigResponse) ProtoReflect ¶
func (x *ComplianceConfigResponse) ProtoReflect() protoreflect.Message
func (*ComplianceConfigResponse) Reset ¶
func (x *ComplianceConfigResponse) Reset()
func (*ComplianceConfigResponse) String ¶
func (x *ComplianceConfigResponse) String() string
type Control ¶
type Control struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty" toml:"code,omitempty" mapstructure:"code,omitempty"` Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc,omitempty" toml:"desc,omitempty" mapstructure:"desc,omitempty"` Impact float32 `protobuf:"fixed32,4,opt,name=impact,proto3" json:"impact,omitempty" toml:"impact,omitempty" mapstructure:"impact,omitempty"` Title string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"` SourceLocation *SourceLocation `` /* 177-byte string literal not displayed */ Results []*Result `protobuf:"bytes,7,rep,name=results,proto3" json:"results,omitempty" toml:"results,omitempty" mapstructure:"results,omitempty"` Refs []*Ref `protobuf:"bytes,8,rep,name=refs,proto3" json:"refs,omitempty" toml:"refs,omitempty" mapstructure:"refs,omitempty"` Tags string `protobuf:"bytes,9,opt,name=tags,proto3" json:"tags,omitempty" toml:"tags,omitempty" mapstructure:"tags,omitempty"` StringTags map[string]*TagValues `` /* 246-byte string literal not displayed */ WaivedStr string `` /* 153-byte string literal not displayed */ WaiverData *OrigWaiverData `` /* 158-byte string literal not displayed */ RemovedResultsCounts *RemovedResultsCounts `` /* 212-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Control) Descriptor
deprecated
func (*Control) GetRemovedResultsCounts ¶
func (x *Control) GetRemovedResultsCounts() *RemovedResultsCounts
func (*Control) GetResults ¶
func (*Control) GetSourceLocation ¶
func (x *Control) GetSourceLocation() *SourceLocation
func (*Control) GetStringTags ¶
func (*Control) GetWaivedStr ¶
func (*Control) GetWaiverData ¶
func (x *Control) GetWaiverData() *OrigWaiverData
func (*Control) ProtoMessage ¶
func (*Control) ProtoMessage()
func (*Control) ProtoReflect ¶
func (x *Control) ProtoReflect() protoreflect.Message
type ControlElement ¶
type ControlElement struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"` Profile string `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty" toml:"profile,omitempty" mapstructure:"profile,omitempty"` Impact float32 `protobuf:"fixed32,4,opt,name=impact,proto3" json:"impact,omitempty" toml:"impact,omitempty" mapstructure:"impact,omitempty"` Results int32 `` /* 126-byte string literal not displayed */ Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` ProfileId string `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ControlElement) Descriptor
deprecated
func (*ControlElement) Descriptor() ([]byte, []int)
Deprecated: Use ControlElement.ProtoReflect.Descriptor instead.
func (*ControlElement) GetId ¶
func (x *ControlElement) GetId() string
func (*ControlElement) GetImpact ¶
func (x *ControlElement) GetImpact() float32
func (*ControlElement) GetProfile ¶
func (x *ControlElement) GetProfile() string
func (*ControlElement) GetProfileId ¶
func (x *ControlElement) GetProfileId() string
func (*ControlElement) GetResults ¶
func (x *ControlElement) GetResults() int32
func (*ControlElement) GetStatus ¶
func (x *ControlElement) GetStatus() string
func (*ControlElement) GetTitle ¶
func (x *ControlElement) GetTitle() string
func (*ControlElement) ProtoMessage ¶
func (*ControlElement) ProtoMessage()
func (*ControlElement) ProtoReflect ¶
func (x *ControlElement) ProtoReflect() protoreflect.Message
func (*ControlElement) Reset ¶
func (x *ControlElement) Reset()
func (*ControlElement) String ¶
func (x *ControlElement) String() string
type ControlElements ¶
type ControlElements struct { ControlElements []*ControlElement `` /* 182-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ControlElements) Descriptor
deprecated
func (*ControlElements) Descriptor() ([]byte, []int)
Deprecated: Use ControlElements.ProtoReflect.Descriptor instead.
func (*ControlElements) GetControlElements ¶
func (x *ControlElements) GetControlElements() []*ControlElement
func (*ControlElements) ProtoMessage ¶
func (*ControlElements) ProtoMessage()
func (*ControlElements) ProtoReflect ¶
func (x *ControlElements) ProtoReflect() protoreflect.Message
func (*ControlElements) Reset ¶
func (x *ControlElements) Reset()
func (*ControlElements) String ¶
func (x *ControlElements) String() string
type ControlItem ¶
type ControlItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"` Profile *ProfileMin `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty" toml:"profile,omitempty" mapstructure:"profile,omitempty"` Impact float32 `protobuf:"fixed32,4,opt,name=impact,proto3" json:"impact,omitempty" toml:"impact,omitempty" mapstructure:"impact,omitempty"` EndTime *timestamppb.Timestamp `` /* 142-byte string literal not displayed */ ControlSummary *ControlSummary `` /* 177-byte string literal not displayed */ Waivers []*WaiverData `protobuf:"bytes,7,rep,name=waivers,proto3" json:"waivers,omitempty" toml:"waivers,omitempty" mapstructure:"waivers,omitempty"` // contains filtered or unexported fields }
func (*ControlItem) Descriptor
deprecated
func (*ControlItem) Descriptor() ([]byte, []int)
Deprecated: Use ControlItem.ProtoReflect.Descriptor instead.
func (*ControlItem) GetControlSummary ¶
func (x *ControlItem) GetControlSummary() *ControlSummary
func (*ControlItem) GetEndTime ¶
func (x *ControlItem) GetEndTime() *timestamppb.Timestamp
func (*ControlItem) GetId ¶
func (x *ControlItem) GetId() string
func (*ControlItem) GetImpact ¶
func (x *ControlItem) GetImpact() float32
func (*ControlItem) GetProfile ¶
func (x *ControlItem) GetProfile() *ProfileMin
func (*ControlItem) GetTitle ¶
func (x *ControlItem) GetTitle() string
func (*ControlItem) GetWaivers ¶
func (x *ControlItem) GetWaivers() []*WaiverData
func (*ControlItem) ProtoMessage ¶
func (*ControlItem) ProtoMessage()
func (*ControlItem) ProtoReflect ¶
func (x *ControlItem) ProtoReflect() protoreflect.Message
func (*ControlItem) Reset ¶
func (x *ControlItem) Reset()
func (*ControlItem) String ¶
func (x *ControlItem) String() string
type ControlItemRequest ¶
type ControlItemRequest struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty" toml:"text,omitempty" mapstructure:"text,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty" toml:"size,omitempty" mapstructure:"size,omitempty"` PageNumber int32 `` /* 158-byte string literal not displayed */ Filters []*ListFilter `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty" toml:"filters,omitempty" mapstructure:"filters,omitempty"` // contains filtered or unexported fields }
func (*ControlItemRequest) Descriptor
deprecated
func (*ControlItemRequest) Descriptor() ([]byte, []int)
Deprecated: Use ControlItemRequest.ProtoReflect.Descriptor instead.
func (*ControlItemRequest) GetFilters ¶
func (x *ControlItemRequest) GetFilters() []*ListFilter
func (*ControlItemRequest) GetPageNumber ¶
func (x *ControlItemRequest) GetPageNumber() int32
func (*ControlItemRequest) GetSize ¶
func (x *ControlItemRequest) GetSize() int32
func (*ControlItemRequest) GetText ¶
func (x *ControlItemRequest) GetText() string
func (*ControlItemRequest) ProtoMessage ¶
func (*ControlItemRequest) ProtoMessage()
func (*ControlItemRequest) ProtoReflect ¶
func (x *ControlItemRequest) ProtoReflect() protoreflect.Message
func (*ControlItemRequest) Reset ¶
func (x *ControlItemRequest) Reset()
func (*ControlItemRequest) String ¶
func (x *ControlItemRequest) String() string
type ControlItems ¶
type ControlItems struct { ControlItems []*ControlItem `` /* 167-byte string literal not displayed */ ControlSummaryTotals *ControlSummary `` /* 211-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ControlItems) Descriptor
deprecated
func (*ControlItems) Descriptor() ([]byte, []int)
Deprecated: Use ControlItems.ProtoReflect.Descriptor instead.
func (*ControlItems) GetControlItems ¶
func (x *ControlItems) GetControlItems() []*ControlItem
func (*ControlItems) GetControlSummaryTotals ¶
func (x *ControlItems) GetControlSummaryTotals() *ControlSummary
func (*ControlItems) ProtoMessage ¶
func (*ControlItems) ProtoMessage()
func (*ControlItems) ProtoReflect ¶
func (x *ControlItems) ProtoReflect() protoreflect.Message
func (*ControlItems) Reset ¶
func (x *ControlItems) Reset()
func (*ControlItems) String ¶
func (x *ControlItems) String() string
type ControlSummary ¶
type ControlSummary struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` Passed *Total `protobuf:"bytes,2,opt,name=passed,proto3" json:"passed,omitempty" toml:"passed,omitempty" mapstructure:"passed,omitempty"` Skipped *Total `protobuf:"bytes,3,opt,name=skipped,proto3" json:"skipped,omitempty" toml:"skipped,omitempty" mapstructure:"skipped,omitempty"` Failed *Failed `protobuf:"bytes,4,opt,name=failed,proto3" json:"failed,omitempty" toml:"failed,omitempty" mapstructure:"failed,omitempty"` Waived *Total `protobuf:"bytes,5,opt,name=waived,proto3" json:"waived,omitempty" toml:"waived,omitempty" mapstructure:"waived,omitempty"` // contains filtered or unexported fields }
func (*ControlSummary) Descriptor
deprecated
func (*ControlSummary) Descriptor() ([]byte, []int)
Deprecated: Use ControlSummary.ProtoReflect.Descriptor instead.
func (*ControlSummary) GetFailed ¶
func (x *ControlSummary) GetFailed() *Failed
func (*ControlSummary) GetPassed ¶
func (x *ControlSummary) GetPassed() *Total
func (*ControlSummary) GetSkipped ¶
func (x *ControlSummary) GetSkipped() *Total
func (*ControlSummary) GetTotal ¶
func (x *ControlSummary) GetTotal() int32
func (*ControlSummary) GetWaived ¶
func (x *ControlSummary) GetWaived() *Total
func (*ControlSummary) ProtoMessage ¶
func (*ControlSummary) ProtoMessage()
func (*ControlSummary) ProtoReflect ¶
func (x *ControlSummary) ProtoReflect() protoreflect.Message
func (*ControlSummary) Reset ¶
func (x *ControlSummary) Reset()
func (*ControlSummary) String ¶
func (x *ControlSummary) String() string
type CustomReportResponse ¶
type CustomReportResponse struct { AcknowledgementId string `` /* 192-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CustomReportResponse) Descriptor
deprecated
func (*CustomReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use CustomReportResponse.ProtoReflect.Descriptor instead.
func (*CustomReportResponse) GetAcknowledgementId ¶
func (x *CustomReportResponse) GetAcknowledgementId() string
func (*CustomReportResponse) ProtoMessage ¶
func (*CustomReportResponse) ProtoMessage()
func (*CustomReportResponse) ProtoReflect ¶
func (x *CustomReportResponse) ProtoReflect() protoreflect.Message
func (*CustomReportResponse) Reset ¶
func (x *CustomReportResponse) Reset()
func (*CustomReportResponse) String ¶
func (x *CustomReportResponse) String() string
type Dependency ¶
type Dependency struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty" toml:"url,omitempty" mapstructure:"url,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty" toml:"path,omitempty" mapstructure:"path,omitempty"` Git string `protobuf:"bytes,4,opt,name=git,proto3" json:"git,omitempty" toml:"git,omitempty" mapstructure:"git,omitempty"` Branch string `protobuf:"bytes,5,opt,name=branch,proto3" json:"branch,omitempty" toml:"branch,omitempty" mapstructure:"branch,omitempty"` Tag string `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty" toml:"tag,omitempty" mapstructure:"tag,omitempty"` Commit string `protobuf:"bytes,7,opt,name=commit,proto3" json:"commit,omitempty" toml:"commit,omitempty" mapstructure:"commit,omitempty"` Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Supermarket string `` /* 141-byte string literal not displayed */ Github string `protobuf:"bytes,10,opt,name=github,proto3" json:"github,omitempty" toml:"github,omitempty" mapstructure:"github,omitempty"` Compliance string `` /* 138-byte string literal not displayed */ Status string `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` SkipMessage string `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Dependency) Descriptor
deprecated
func (*Dependency) Descriptor() ([]byte, []int)
Deprecated: Use Dependency.ProtoReflect.Descriptor instead.
func (*Dependency) GetBranch ¶
func (x *Dependency) GetBranch() string
func (*Dependency) GetCommit ¶
func (x *Dependency) GetCommit() string
func (*Dependency) GetCompliance ¶
func (x *Dependency) GetCompliance() string
func (*Dependency) GetGit ¶
func (x *Dependency) GetGit() string
func (*Dependency) GetGithub ¶
func (x *Dependency) GetGithub() string
func (*Dependency) GetName ¶
func (x *Dependency) GetName() string
func (*Dependency) GetPath ¶
func (x *Dependency) GetPath() string
func (*Dependency) GetSkipMessage ¶
func (x *Dependency) GetSkipMessage() string
func (*Dependency) GetStatus ¶
func (x *Dependency) GetStatus() string
func (*Dependency) GetSupermarket ¶
func (x *Dependency) GetSupermarket() string
func (*Dependency) GetTag ¶
func (x *Dependency) GetTag() string
func (*Dependency) GetUrl ¶
func (x *Dependency) GetUrl() string
func (*Dependency) GetVersion ¶
func (x *Dependency) GetVersion() string
func (*Dependency) ProtoMessage ¶
func (*Dependency) ProtoMessage()
func (*Dependency) ProtoReflect ¶
func (x *Dependency) ProtoReflect() protoreflect.Message
func (*Dependency) Reset ¶
func (x *Dependency) Reset()
func (*Dependency) String ¶
func (x *Dependency) String() string
type ExportData ¶
type ExportData struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty" toml:"content,omitempty" mapstructure:"content,omitempty"` // contains filtered or unexported fields }
func (*ExportData) Descriptor
deprecated
func (*ExportData) Descriptor() ([]byte, []int)
Deprecated: Use ExportData.ProtoReflect.Descriptor instead.
func (*ExportData) GetContent ¶
func (x *ExportData) GetContent() []byte
func (*ExportData) ProtoMessage ¶
func (*ExportData) ProtoMessage()
func (*ExportData) ProtoReflect ¶
func (x *ExportData) ProtoReflect() protoreflect.Message
func (*ExportData) Reset ¶
func (x *ExportData) Reset()
func (*ExportData) String ¶
func (x *ExportData) String() string
type Failed ¶
type Failed struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` Minor int32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty" toml:"minor,omitempty" mapstructure:"minor,omitempty"` Major int32 `protobuf:"varint,3,opt,name=major,proto3" json:"major,omitempty" toml:"major,omitempty" mapstructure:"major,omitempty"` Critical int32 `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Failed) Descriptor
deprecated
func (*Failed) GetCritical ¶
func (*Failed) ProtoMessage ¶
func (*Failed) ProtoMessage()
func (*Failed) ProtoReflect ¶
func (x *Failed) ProtoReflect() protoreflect.Message
type GetAssetConfigRequest ¶
type GetAssetConfigRequest struct {
// contains filtered or unexported fields
}
GetAssetConfigRequest to perform GET request
func (*GetAssetConfigRequest) Descriptor
deprecated
func (*GetAssetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetConfigRequest.ProtoReflect.Descriptor instead.
func (*GetAssetConfigRequest) ProtoMessage ¶
func (*GetAssetConfigRequest) ProtoMessage()
func (*GetAssetConfigRequest) ProtoReflect ¶
func (x *GetAssetConfigRequest) ProtoReflect() protoreflect.Message
func (*GetAssetConfigRequest) Reset ¶
func (x *GetAssetConfigRequest) Reset()
func (*GetAssetConfigRequest) String ¶
func (x *GetAssetConfigRequest) String() string
type Group ¶
type Group struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"` Controls []string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Group) Descriptor
deprecated
func (*Group) GetControls ¶
func (*Group) ProtoMessage ¶
func (*Group) ProtoMessage()
func (*Group) ProtoReflect ¶
func (x *Group) ProtoReflect() protoreflect.Message
type Id ¶
type Id struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` // contains filtered or unexported fields }
func (*Id) Descriptor
deprecated
func (*Id) ProtoMessage ¶
func (*Id) ProtoMessage()
func (*Id) ProtoReflect ¶
func (x *Id) ProtoReflect() protoreflect.Message
type Kv ¶
type Kv struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" toml:"key,omitempty" mapstructure:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" toml:"value,omitempty" mapstructure:"value,omitempty"` // contains filtered or unexported fields }
func (*Kv) Descriptor
deprecated
func (*Kv) ProtoMessage ¶
func (*Kv) ProtoMessage()
func (*Kv) ProtoReflect ¶
func (x *Kv) ProtoReflect() protoreflect.Message
type LatestReportSummary ¶
type LatestReportSummary struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` EndTime *timestamppb.Timestamp `` /* 142-byte string literal not displayed */ Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` Controls *ControlSummary `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*LatestReportSummary) Descriptor
deprecated
func (*LatestReportSummary) Descriptor() ([]byte, []int)
Deprecated: Use LatestReportSummary.ProtoReflect.Descriptor instead.
func (*LatestReportSummary) GetControls ¶
func (x *LatestReportSummary) GetControls() *ControlSummary
func (*LatestReportSummary) GetEndTime ¶
func (x *LatestReportSummary) GetEndTime() *timestamppb.Timestamp
func (*LatestReportSummary) GetId ¶
func (x *LatestReportSummary) GetId() string
func (*LatestReportSummary) GetStatus ¶
func (x *LatestReportSummary) GetStatus() string
func (*LatestReportSummary) ProtoMessage ¶
func (*LatestReportSummary) ProtoMessage()
func (*LatestReportSummary) ProtoReflect ¶
func (x *LatestReportSummary) ProtoReflect() protoreflect.Message
func (*LatestReportSummary) Reset ¶
func (x *LatestReportSummary) Reset()
func (*LatestReportSummary) String ¶
func (x *LatestReportSummary) String() string
type ListFilter ¶
type ListFilter struct { Values []string `protobuf:"bytes,20,rep,name=values,proto3" json:"values,omitempty" toml:"values,omitempty" mapstructure:"values,omitempty"` Type string `protobuf:"bytes,21,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"` // contains filtered or unexported fields }
func (*ListFilter) Descriptor
deprecated
func (*ListFilter) Descriptor() ([]byte, []int)
Deprecated: Use ListFilter.ProtoReflect.Descriptor instead.
func (*ListFilter) GetType ¶
func (x *ListFilter) GetType() string
func (*ListFilter) GetValues ¶
func (x *ListFilter) GetValues() []string
func (*ListFilter) ProtoMessage ¶
func (*ListFilter) ProtoMessage()
func (*ListFilter) ProtoReflect ¶
func (x *ListFilter) ProtoReflect() protoreflect.Message
func (*ListFilter) Reset ¶
func (x *ListFilter) Reset()
func (*ListFilter) String ¶
func (x *ListFilter) String() string
type ListFilters ¶
type ListFilters struct { Filters []*ListFilter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty" toml:"filters,omitempty" mapstructure:"filters,omitempty"` // contains filtered or unexported fields }
func (*ListFilters) Descriptor
deprecated
func (*ListFilters) Descriptor() ([]byte, []int)
Deprecated: Use ListFilters.ProtoReflect.Descriptor instead.
func (*ListFilters) GetFilters ¶
func (x *ListFilters) GetFilters() []*ListFilter
func (*ListFilters) ProtoMessage ¶
func (*ListFilters) ProtoMessage()
func (*ListFilters) ProtoReflect ¶
func (x *ListFilters) ProtoReflect() protoreflect.Message
func (*ListFilters) Reset ¶
func (x *ListFilters) Reset()
func (*ListFilters) String ¶
func (x *ListFilters) String() string
type Node ¶
type Node struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Platform *Platform `` /* 129-byte string literal not displayed */ Environment string `` /* 141-byte string literal not displayed */ LatestReport *LatestReportSummary `` /* 167-byte string literal not displayed */ Tags []*Kv `protobuf:"bytes,9,rep,name=tags,proto3" json:"tags,omitempty" toml:"tags,omitempty" mapstructure:"tags,omitempty"` Profiles []*ProfileMeta `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Node) Descriptor
deprecated
func (*Node) GetEnvironment ¶
func (*Node) GetLatestReport ¶
func (x *Node) GetLatestReport() *LatestReportSummary
func (*Node) GetPlatform ¶
func (*Node) GetProfiles ¶
func (x *Node) GetProfiles() []*ProfileMeta
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
type NodeHeaderInfo ¶
type NodeHeaderInfo struct { NodeId string `` /* 137-byte string literal not displayed */ NodeName string `` /* 147-byte string literal not displayed */ EndTime *timestamppb.Timestamp `` /* 142-byte string literal not displayed */ Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` Environment string `` /* 141-byte string literal not displayed */ Version string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Platform *Platform `` /* 129-byte string literal not displayed */ Profiles []*NodeHeaderProfileInfo `` /* 129-byte string literal not displayed */ Roles []string `protobuf:"bytes,9,rep,name=roles,proto3" json:"roles,omitempty" toml:"roles,omitempty" mapstructure:"roles,omitempty"` StatusMessage string `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NodeHeaderInfo) Descriptor
deprecated
func (*NodeHeaderInfo) Descriptor() ([]byte, []int)
Deprecated: Use NodeHeaderInfo.ProtoReflect.Descriptor instead.
func (*NodeHeaderInfo) GetEndTime ¶
func (x *NodeHeaderInfo) GetEndTime() *timestamppb.Timestamp
func (*NodeHeaderInfo) GetEnvironment ¶
func (x *NodeHeaderInfo) GetEnvironment() string
func (*NodeHeaderInfo) GetNodeId ¶
func (x *NodeHeaderInfo) GetNodeId() string
func (*NodeHeaderInfo) GetNodeName ¶
func (x *NodeHeaderInfo) GetNodeName() string
func (*NodeHeaderInfo) GetPlatform ¶
func (x *NodeHeaderInfo) GetPlatform() *Platform
func (*NodeHeaderInfo) GetProfiles ¶
func (x *NodeHeaderInfo) GetProfiles() []*NodeHeaderProfileInfo
func (*NodeHeaderInfo) GetRoles ¶
func (x *NodeHeaderInfo) GetRoles() []string
func (*NodeHeaderInfo) GetStatus ¶
func (x *NodeHeaderInfo) GetStatus() string
func (*NodeHeaderInfo) GetStatusMessage ¶
func (x *NodeHeaderInfo) GetStatusMessage() string
func (*NodeHeaderInfo) GetVersion ¶
func (x *NodeHeaderInfo) GetVersion() string
func (*NodeHeaderInfo) ProtoMessage ¶
func (*NodeHeaderInfo) ProtoMessage()
func (*NodeHeaderInfo) ProtoReflect ¶
func (x *NodeHeaderInfo) ProtoReflect() protoreflect.Message
func (*NodeHeaderInfo) Reset ¶
func (x *NodeHeaderInfo) Reset()
func (*NodeHeaderInfo) String ¶
func (x *NodeHeaderInfo) String() string
type NodeHeaderProfileInfo ¶
type NodeHeaderProfileInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` StatusMessage string `` /* 172-byte string literal not displayed */ // contains filtered or unexported fields }
func (*NodeHeaderProfileInfo) Descriptor
deprecated
func (*NodeHeaderProfileInfo) Descriptor() ([]byte, []int)
Deprecated: Use NodeHeaderProfileInfo.ProtoReflect.Descriptor instead.
func (*NodeHeaderProfileInfo) GetName ¶
func (x *NodeHeaderProfileInfo) GetName() string
func (*NodeHeaderProfileInfo) GetStatus ¶
func (x *NodeHeaderProfileInfo) GetStatus() string
func (*NodeHeaderProfileInfo) GetStatusMessage ¶
func (x *NodeHeaderProfileInfo) GetStatusMessage() string
func (*NodeHeaderProfileInfo) ProtoMessage ¶
func (*NodeHeaderProfileInfo) ProtoMessage()
func (*NodeHeaderProfileInfo) ProtoReflect ¶
func (x *NodeHeaderProfileInfo) ProtoReflect() protoreflect.Message
func (*NodeHeaderProfileInfo) Reset ¶
func (x *NodeHeaderProfileInfo) Reset()
func (*NodeHeaderProfileInfo) String ¶
func (x *NodeHeaderProfileInfo) String() string
type Nodes ¶
type Nodes struct { Nodes []*Node `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty" toml:"nodes,omitempty" mapstructure:"nodes,omitempty"` Total int32 `protobuf:"varint,20,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` TotalPassed int32 `` /* 164-byte string literal not displayed */ TotalFailed int32 `` /* 164-byte string literal not displayed */ TotalSkipped int32 `` /* 169-byte string literal not displayed */ TotalWaived int32 `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Nodes) Descriptor
deprecated
func (*Nodes) GetTotalFailed ¶
func (*Nodes) GetTotalPassed ¶
func (*Nodes) GetTotalSkipped ¶
func (*Nodes) GetTotalWaived ¶
func (*Nodes) ProtoMessage ¶
func (*Nodes) ProtoMessage()
func (*Nodes) ProtoReflect ¶
func (x *Nodes) ProtoReflect() protoreflect.Message
type Option ¶
type Option struct { Description string `` /* 141-byte string literal not displayed */ Default string `protobuf:"bytes,2,opt,name=default,proto3" json:"default,omitempty" toml:"default,omitempty" mapstructure:"default,omitempty"` // contains filtered or unexported fields }
func (*Option) Descriptor
deprecated
func (*Option) GetDefault ¶
func (*Option) GetDescription ¶
func (*Option) ProtoMessage ¶
func (*Option) ProtoMessage()
func (*Option) ProtoReflect ¶
func (x *Option) ProtoReflect() protoreflect.Message
type OrigWaiverData ¶
type OrigWaiverData struct { ExpirationDate string `` /* 177-byte string literal not displayed */ Justification string `` /* 149-byte string literal not displayed */ Run bool `protobuf:"varint,3,opt,name=run,proto3" json:"run,omitempty" toml:"run,omitempty" mapstructure:"run,omitempty"` SkippedDueToWaiver bool `` /* 206-byte string literal not displayed */ Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty" toml:"message,omitempty" mapstructure:"message,omitempty"` // contains filtered or unexported fields }
WaiverData as it originally came from the InSpec report Will supplement this with waived_str to make consumption easier
func (*OrigWaiverData) Descriptor
deprecated
func (*OrigWaiverData) Descriptor() ([]byte, []int)
Deprecated: Use OrigWaiverData.ProtoReflect.Descriptor instead.
func (*OrigWaiverData) GetExpirationDate ¶
func (x *OrigWaiverData) GetExpirationDate() string
func (*OrigWaiverData) GetJustification ¶
func (x *OrigWaiverData) GetJustification() string
func (*OrigWaiverData) GetMessage ¶
func (x *OrigWaiverData) GetMessage() string
func (*OrigWaiverData) GetRun ¶
func (x *OrigWaiverData) GetRun() bool
func (*OrigWaiverData) GetSkippedDueToWaiver ¶
func (x *OrigWaiverData) GetSkippedDueToWaiver() bool
func (*OrigWaiverData) ProtoMessage ¶
func (*OrigWaiverData) ProtoMessage()
func (*OrigWaiverData) ProtoReflect ¶
func (x *OrigWaiverData) ProtoReflect() protoreflect.Message
func (*OrigWaiverData) Reset ¶
func (x *OrigWaiverData) Reset()
func (*OrigWaiverData) String ¶
func (x *OrigWaiverData) String() string
type Platform ¶
type Platform struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Release string `protobuf:"bytes,2,opt,name=release,proto3" json:"release,omitempty" toml:"release,omitempty" mapstructure:"release,omitempty"` Full string `protobuf:"bytes,3,opt,name=full,proto3" json:"full,omitempty" toml:"full,omitempty" mapstructure:"full,omitempty"` // contains filtered or unexported fields }
func (*Platform) Descriptor
deprecated
func (*Platform) GetRelease ¶
func (*Platform) ProtoMessage ¶
func (*Platform) ProtoMessage()
func (*Platform) ProtoReflect ¶
func (x *Platform) ProtoReflect() protoreflect.Message
type Profile ¶
type Profile struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"` Maintainer string `` /* 137-byte string literal not displayed */ Copyright string `` /* 133-byte string literal not displayed */ CopyrightEmail string `` /* 177-byte string literal not displayed */ License string `protobuf:"bytes,6,opt,name=license,proto3" json:"license,omitempty" toml:"license,omitempty" mapstructure:"license,omitempty"` Summary string `protobuf:"bytes,7,opt,name=summary,proto3" json:"summary,omitempty" toml:"summary,omitempty" mapstructure:"summary,omitempty"` Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Owner string `protobuf:"bytes,9,opt,name=owner,proto3" json:"owner,omitempty" toml:"owner,omitempty" mapstructure:"owner,omitempty"` Full string `protobuf:"bytes,10,opt,name=full,proto3" json:"full,omitempty" toml:"full,omitempty" mapstructure:"full,omitempty"` Supports []*Support `` /* 130-byte string literal not displayed */ Depends []*Dependency `` /* 126-byte string literal not displayed */ Sha256 string `protobuf:"bytes,18,opt,name=sha256,proto3" json:"sha256,omitempty" toml:"sha256,omitempty" mapstructure:"sha256,omitempty"` Groups []*Group `protobuf:"bytes,19,rep,name=groups,proto3" json:"groups,omitempty" toml:"groups,omitempty" mapstructure:"groups,omitempty"` Controls []*Control `` /* 130-byte string literal not displayed */ Attributes []*Attribute `` /* 138-byte string literal not displayed */ LatestVersion string `` /* 173-byte string literal not displayed */ Status string `protobuf:"bytes,23,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` SkipMessage string `` /* 163-byte string literal not displayed */ StatusMessage string `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Profile) Descriptor
deprecated
func (*Profile) GetAttributes ¶
func (*Profile) GetControls ¶
func (*Profile) GetCopyright ¶
func (*Profile) GetCopyrightEmail ¶
func (*Profile) GetDepends ¶
func (x *Profile) GetDepends() []*Dependency
func (*Profile) GetLatestVersion ¶
func (*Profile) GetLicense ¶
func (*Profile) GetMaintainer ¶
func (*Profile) GetSkipMessage ¶
func (*Profile) GetStatusMessage ¶
func (*Profile) GetSummary ¶
func (*Profile) GetSupports ¶
func (*Profile) GetVersion ¶
func (*Profile) ProtoMessage ¶
func (*Profile) ProtoMessage()
func (*Profile) ProtoReflect ¶
func (x *Profile) ProtoReflect() protoreflect.Message
type ProfileCounts ¶
type ProfileCounts struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` Failed int32 `protobuf:"varint,2,opt,name=failed,proto3" json:"failed,omitempty" toml:"failed,omitempty" mapstructure:"failed,omitempty"` Skipped int32 `` /* 126-byte string literal not displayed */ Passed int32 `protobuf:"varint,4,opt,name=passed,proto3" json:"passed,omitempty" toml:"passed,omitempty" mapstructure:"passed,omitempty"` Waived int32 `protobuf:"varint,5,opt,name=waived,proto3" json:"waived,omitempty" toml:"waived,omitempty" mapstructure:"waived,omitempty"` // contains filtered or unexported fields }
func (*ProfileCounts) Descriptor
deprecated
func (*ProfileCounts) Descriptor() ([]byte, []int)
Deprecated: Use ProfileCounts.ProtoReflect.Descriptor instead.
func (*ProfileCounts) GetFailed ¶
func (x *ProfileCounts) GetFailed() int32
func (*ProfileCounts) GetPassed ¶
func (x *ProfileCounts) GetPassed() int32
func (*ProfileCounts) GetSkipped ¶
func (x *ProfileCounts) GetSkipped() int32
func (*ProfileCounts) GetTotal ¶
func (x *ProfileCounts) GetTotal() int32
func (*ProfileCounts) GetWaived ¶
func (x *ProfileCounts) GetWaived() int32
func (*ProfileCounts) ProtoMessage ¶
func (*ProfileCounts) ProtoMessage()
func (*ProfileCounts) ProtoReflect ¶
func (x *ProfileCounts) ProtoReflect() protoreflect.Message
func (*ProfileCounts) Reset ¶
func (x *ProfileCounts) Reset()
func (*ProfileCounts) String ¶
func (x *ProfileCounts) String() string
type ProfileMeta ¶
type ProfileMeta struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` Full string `protobuf:"bytes,5,opt,name=full,proto3" json:"full,omitempty" toml:"full,omitempty" mapstructure:"full,omitempty"` // contains filtered or unexported fields }
func (*ProfileMeta) Descriptor
deprecated
func (*ProfileMeta) Descriptor() ([]byte, []int)
Deprecated: Use ProfileMeta.ProtoReflect.Descriptor instead.
func (*ProfileMeta) GetFull ¶
func (x *ProfileMeta) GetFull() string
func (*ProfileMeta) GetId ¶
func (x *ProfileMeta) GetId() string
func (*ProfileMeta) GetName ¶
func (x *ProfileMeta) GetName() string
func (*ProfileMeta) GetStatus ¶
func (x *ProfileMeta) GetStatus() string
func (*ProfileMeta) GetVersion ¶
func (x *ProfileMeta) GetVersion() string
func (*ProfileMeta) ProtoMessage ¶
func (*ProfileMeta) ProtoMessage()
func (*ProfileMeta) ProtoReflect ¶
func (x *ProfileMeta) ProtoReflect() protoreflect.Message
func (*ProfileMeta) Reset ¶
func (x *ProfileMeta) Reset()
func (*ProfileMeta) String ¶
func (x *ProfileMeta) String() string
type ProfileMin ¶
type ProfileMin struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty" toml:"title,omitempty" mapstructure:"title,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` // contains filtered or unexported fields }
func (*ProfileMin) Descriptor
deprecated
func (*ProfileMin) Descriptor() ([]byte, []int)
Deprecated: Use ProfileMin.ProtoReflect.Descriptor instead.
func (*ProfileMin) GetId ¶
func (x *ProfileMin) GetId() string
func (*ProfileMin) GetName ¶
func (x *ProfileMin) GetName() string
func (*ProfileMin) GetStatus ¶
func (x *ProfileMin) GetStatus() string
func (*ProfileMin) GetTitle ¶
func (x *ProfileMin) GetTitle() string
func (*ProfileMin) GetVersion ¶
func (x *ProfileMin) GetVersion() string
func (*ProfileMin) ProtoMessage ¶
func (*ProfileMin) ProtoMessage()
func (*ProfileMin) ProtoReflect ¶
func (x *ProfileMin) ProtoReflect() protoreflect.Message
func (*ProfileMin) Reset ¶
func (x *ProfileMin) Reset()
func (*ProfileMin) String ¶
func (x *ProfileMin) String() string
type ProfileMins ¶
type ProfileMins struct { Profiles []*ProfileMin `` /* 129-byte string literal not displayed */ Counts *ProfileCounts `protobuf:"bytes,2,opt,name=counts,proto3" json:"counts,omitempty" toml:"counts,omitempty" mapstructure:"counts,omitempty"` // contains filtered or unexported fields }
func (*ProfileMins) Descriptor
deprecated
func (*ProfileMins) Descriptor() ([]byte, []int)
Deprecated: Use ProfileMins.ProtoReflect.Descriptor instead.
func (*ProfileMins) GetCounts ¶
func (x *ProfileMins) GetCounts() *ProfileCounts
func (*ProfileMins) GetProfiles ¶
func (x *ProfileMins) GetProfiles() []*ProfileMin
func (*ProfileMins) ProtoMessage ¶
func (*ProfileMins) ProtoMessage()
func (*ProfileMins) ProtoReflect ¶
func (x *ProfileMins) ProtoReflect() protoreflect.Message
func (*ProfileMins) Reset ¶
func (x *ProfileMins) Reset()
func (*ProfileMins) String ¶
func (x *ProfileMins) String() string
type ProfileResponse ¶
type ProfileResponse struct { ProfileId string `` /* 152-byte string literal not displayed */ Controls []string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ProfileResponse) Descriptor
deprecated
func (*ProfileResponse) Descriptor() ([]byte, []int)
Deprecated: Use ProfileResponse.ProtoReflect.Descriptor instead.
func (*ProfileResponse) GetControls ¶
func (x *ProfileResponse) GetControls() []string
func (*ProfileResponse) GetProfileId ¶
func (x *ProfileResponse) GetProfileId() string
func (*ProfileResponse) ProtoMessage ¶
func (*ProfileResponse) ProtoMessage()
func (*ProfileResponse) ProtoReflect ¶
func (x *ProfileResponse) ProtoReflect() protoreflect.Message
func (*ProfileResponse) Reset ¶
func (x *ProfileResponse) Reset()
func (*ProfileResponse) String ¶
func (x *ProfileResponse) String() string
type Query ¶
type Query struct { Id string `protobuf:"bytes,18,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Type string `protobuf:"bytes,19,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"` Filters []*ListFilter `` /* 126-byte string literal not displayed */ Order Query_OrderType `` /* 182-byte string literal not displayed */ Sort string `protobuf:"bytes,22,opt,name=sort,proto3" json:"sort,omitempty" toml:"sort,omitempty" mapstructure:"sort,omitempty"` Page int32 `protobuf:"varint,23,opt,name=page,proto3" json:"page,omitempty" toml:"page,omitempty" mapstructure:"page,omitempty"` PerPage int32 `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Query) Descriptor
deprecated
func (*Query) GetFilters ¶
func (x *Query) GetFilters() []*ListFilter
func (*Query) GetOrder ¶
func (x *Query) GetOrder() Query_OrderType
func (*Query) GetPerPage ¶
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
func (*Query) ProtoReflect ¶
func (x *Query) ProtoReflect() protoreflect.Message
type Query_OrderType ¶
type Query_OrderType int32
const ( Query_ASC Query_OrderType = 0 Query_DESC Query_OrderType = 1 )
func (Query_OrderType) Descriptor ¶
func (Query_OrderType) Descriptor() protoreflect.EnumDescriptor
func (Query_OrderType) Enum ¶
func (x Query_OrderType) Enum() *Query_OrderType
func (Query_OrderType) EnumDescriptor
deprecated
func (Query_OrderType) EnumDescriptor() ([]byte, []int)
Deprecated: Use Query_OrderType.Descriptor instead.
func (Query_OrderType) Number ¶
func (x Query_OrderType) Number() protoreflect.EnumNumber
func (Query_OrderType) String ¶
func (x Query_OrderType) String() string
func (Query_OrderType) Type ¶
func (Query_OrderType) Type() protoreflect.EnumType
type Ref ¶
type Ref struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty" toml:"url,omitempty" mapstructure:"url,omitempty"` Ref string `protobuf:"bytes,2,opt,name=ref,proto3" json:"ref,omitempty" toml:"ref,omitempty" mapstructure:"ref,omitempty"` // contains filtered or unexported fields }
func (*Ref) Descriptor
deprecated
func (*Ref) ProtoMessage ¶
func (*Ref) ProtoMessage()
func (*Ref) ProtoReflect ¶
func (x *Ref) ProtoReflect() protoreflect.Message
type RemovedResultsCounts ¶
type RemovedResultsCounts struct { Failed int32 `protobuf:"varint,1,opt,name=failed,proto3" json:"failed,omitempty" toml:"failed,omitempty" mapstructure:"failed,omitempty"` Skipped int32 `` /* 126-byte string literal not displayed */ Passed int32 `protobuf:"varint,3,opt,name=passed,proto3" json:"passed,omitempty" toml:"passed,omitempty" mapstructure:"passed,omitempty"` // contains filtered or unexported fields }
func (*RemovedResultsCounts) Descriptor
deprecated
func (*RemovedResultsCounts) Descriptor() ([]byte, []int)
Deprecated: Use RemovedResultsCounts.ProtoReflect.Descriptor instead.
func (*RemovedResultsCounts) GetFailed ¶
func (x *RemovedResultsCounts) GetFailed() int32
func (*RemovedResultsCounts) GetPassed ¶
func (x *RemovedResultsCounts) GetPassed() int32
func (*RemovedResultsCounts) GetSkipped ¶
func (x *RemovedResultsCounts) GetSkipped() int32
func (*RemovedResultsCounts) ProtoMessage ¶
func (*RemovedResultsCounts) ProtoMessage()
func (*RemovedResultsCounts) ProtoReflect ¶
func (x *RemovedResultsCounts) ProtoReflect() protoreflect.Message
func (*RemovedResultsCounts) Reset ¶
func (x *RemovedResultsCounts) Reset()
func (*RemovedResultsCounts) String ¶
func (x *RemovedResultsCounts) String() string
type Report ¶
type Report struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` NodeId string `` /* 137-byte string literal not displayed */ NodeName string `` /* 147-byte string literal not displayed */ EndTime *timestamppb.Timestamp `` /* 142-byte string literal not displayed */ Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` Controls *ControlSummary `` /* 129-byte string literal not displayed */ Environment string `` /* 141-byte string literal not displayed */ Version string `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` Platform *Platform `` /* 129-byte string literal not displayed */ Statistics *Statistics `` /* 138-byte string literal not displayed */ Profiles []*Profile `` /* 130-byte string literal not displayed */ JobId string `` /* 133-byte string literal not displayed */ Ipaddress string `` /* 134-byte string literal not displayed */ Fqdn string `protobuf:"bytes,14,opt,name=fqdn,proto3" json:"fqdn,omitempty" toml:"fqdn,omitempty" mapstructure:"fqdn,omitempty"` ChefServer string `` /* 158-byte string literal not displayed */ ChefOrganization string `` /* 188-byte string literal not displayed */ Roles []string `protobuf:"bytes,17,rep,name=roles,proto3" json:"roles,omitempty" toml:"roles,omitempty" mapstructure:"roles,omitempty"` ChefTags []string `` /* 148-byte string literal not displayed */ Projects []string `` /* 130-byte string literal not displayed */ StatusMessage string `` /* 173-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Report) Descriptor
deprecated
func (*Report) GetChefOrganization ¶
func (*Report) GetChefServer ¶
func (*Report) GetChefTags ¶
func (*Report) GetControls ¶
func (x *Report) GetControls() *ControlSummary
func (*Report) GetEndTime ¶
func (x *Report) GetEndTime() *timestamppb.Timestamp
func (*Report) GetEnvironment ¶
func (*Report) GetIpaddress ¶
func (*Report) GetNodeName ¶
func (*Report) GetPlatform ¶
func (*Report) GetProfiles ¶
func (*Report) GetProjects ¶
func (*Report) GetStatistics ¶
func (x *Report) GetStatistics() *Statistics
func (*Report) GetStatusMessage ¶
func (*Report) GetVersion ¶
func (*Report) ProtoMessage ¶
func (*Report) ProtoMessage()
func (*Report) ProtoReflect ¶
func (x *Report) ProtoReflect() protoreflect.Message
type ReportContentRequest ¶
type ReportContentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Filters []*ListFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty" toml:"filters,omitempty" mapstructure:"filters,omitempty"` // contains filtered or unexported fields }
func (*ReportContentRequest) Descriptor
deprecated
func (*ReportContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReportContentRequest.ProtoReflect.Descriptor instead.
func (*ReportContentRequest) GetFilters ¶
func (x *ReportContentRequest) GetFilters() []*ListFilter
func (*ReportContentRequest) GetId ¶
func (x *ReportContentRequest) GetId() string
func (*ReportContentRequest) ProtoMessage ¶
func (*ReportContentRequest) ProtoMessage()
func (*ReportContentRequest) ProtoReflect ¶
func (x *ReportContentRequest) ProtoReflect() protoreflect.Message
func (*ReportContentRequest) Reset ¶
func (x *ReportContentRequest) Reset()
func (*ReportContentRequest) String ¶
func (x *ReportContentRequest) String() string
type ReportContentResponse ¶
type ReportContentResponse struct { Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty" toml:"content,omitempty" mapstructure:"content,omitempty"` // contains filtered or unexported fields }
func (*ReportContentResponse) Descriptor
deprecated
func (*ReportContentResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReportContentResponse.ProtoReflect.Descriptor instead.
func (*ReportContentResponse) GetContent ¶
func (x *ReportContentResponse) GetContent() []byte
func (*ReportContentResponse) ProtoMessage ¶
func (*ReportContentResponse) ProtoMessage()
func (*ReportContentResponse) ProtoReflect ¶
func (x *ReportContentResponse) ProtoReflect() protoreflect.Message
func (*ReportContentResponse) Reset ¶
func (x *ReportContentResponse) Reset()
func (*ReportContentResponse) String ¶
func (x *ReportContentResponse) String() string
type ReportData ¶
type ReportData struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` EndTime *timestamppb.Timestamp `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReportData) Descriptor
deprecated
func (*ReportData) Descriptor() ([]byte, []int)
Deprecated: Use ReportData.ProtoReflect.Descriptor instead.
func (*ReportData) GetEndTime ¶
func (x *ReportData) GetEndTime() *timestamppb.Timestamp
func (*ReportData) GetId ¶
func (x *ReportData) GetId() string
func (*ReportData) ProtoMessage ¶
func (*ReportData) ProtoMessage()
func (*ReportData) ProtoReflect ¶
func (x *ReportData) ProtoReflect() protoreflect.Message
func (*ReportData) Reset ¶
func (x *ReportData) Reset()
func (*ReportData) String ¶
func (x *ReportData) String() string
type ReportIds ¶
type ReportIds struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty" toml:"ids,omitempty" mapstructure:"ids,omitempty"` ReportData []*ReportData `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReportIds) Descriptor
deprecated
func (*ReportIds) GetReportData ¶
func (x *ReportIds) GetReportData() []*ReportData
func (*ReportIds) ProtoMessage ¶
func (*ReportIds) ProtoMessage()
func (*ReportIds) ProtoReflect ¶
func (x *ReportIds) ProtoReflect() protoreflect.Message
type ReportListForReportManagerResponse ¶
type ReportListForReportManagerResponse struct { Reports []*ReportResponse `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty" toml:"reports,omitempty" mapstructure:"reports,omitempty"` // contains filtered or unexported fields }
func (*ReportListForReportManagerResponse) Descriptor
deprecated
func (*ReportListForReportManagerResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReportListForReportManagerResponse.ProtoReflect.Descriptor instead.
func (*ReportListForReportManagerResponse) GetReports ¶
func (x *ReportListForReportManagerResponse) GetReports() []*ReportResponse
func (*ReportListForReportManagerResponse) ProtoMessage ¶
func (*ReportListForReportManagerResponse) ProtoMessage()
func (*ReportListForReportManagerResponse) ProtoReflect ¶
func (x *ReportListForReportManagerResponse) ProtoReflect() protoreflect.Message
func (*ReportListForReportManagerResponse) Reset ¶
func (x *ReportListForReportManagerResponse) Reset()
func (*ReportListForReportManagerResponse) String ¶
func (x *ReportListForReportManagerResponse) String() string
type ReportResponse ¶
type ReportResponse struct { ReportId string `` /* 147-byte string literal not displayed */ Profiles []*ProfileResponse `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReportResponse) Descriptor
deprecated
func (*ReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReportResponse.ProtoReflect.Descriptor instead.
func (*ReportResponse) GetProfiles ¶
func (x *ReportResponse) GetProfiles() []*ProfileResponse
func (*ReportResponse) GetReportId ¶
func (x *ReportResponse) GetReportId() string
func (*ReportResponse) ProtoMessage ¶
func (*ReportResponse) ProtoMessage()
func (*ReportResponse) ProtoReflect ¶
func (x *ReportResponse) ProtoReflect() protoreflect.Message
func (*ReportResponse) Reset ¶
func (x *ReportResponse) Reset()
func (*ReportResponse) String ¶
func (x *ReportResponse) String() string
type ReportSummaryLevelOne ¶
type ReportSummaryLevelOne struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` NodeId string `` /* 137-byte string literal not displayed */ NodeName string `` /* 147-byte string literal not displayed */ EndTime *timestamppb.Timestamp `` /* 142-byte string literal not displayed */ Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` Controls *ControlSummary `` /* 129-byte string literal not displayed */ Ipaddress string `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReportSummaryLevelOne) Descriptor
deprecated
func (*ReportSummaryLevelOne) Descriptor() ([]byte, []int)
Deprecated: Use ReportSummaryLevelOne.ProtoReflect.Descriptor instead.
func (*ReportSummaryLevelOne) GetControls ¶
func (x *ReportSummaryLevelOne) GetControls() *ControlSummary
func (*ReportSummaryLevelOne) GetEndTime ¶
func (x *ReportSummaryLevelOne) GetEndTime() *timestamppb.Timestamp
func (*ReportSummaryLevelOne) GetId ¶
func (x *ReportSummaryLevelOne) GetId() string
func (*ReportSummaryLevelOne) GetIpaddress ¶
func (x *ReportSummaryLevelOne) GetIpaddress() string
func (*ReportSummaryLevelOne) GetNodeId ¶
func (x *ReportSummaryLevelOne) GetNodeId() string
func (*ReportSummaryLevelOne) GetNodeName ¶
func (x *ReportSummaryLevelOne) GetNodeName() string
func (*ReportSummaryLevelOne) GetStatus ¶
func (x *ReportSummaryLevelOne) GetStatus() string
func (*ReportSummaryLevelOne) ProtoMessage ¶
func (*ReportSummaryLevelOne) ProtoMessage()
func (*ReportSummaryLevelOne) ProtoReflect ¶
func (x *ReportSummaryLevelOne) ProtoReflect() protoreflect.Message
func (*ReportSummaryLevelOne) Reset ¶
func (x *ReportSummaryLevelOne) Reset()
func (*ReportSummaryLevelOne) String ¶
func (x *ReportSummaryLevelOne) String() string
type ReportingServiceClient ¶
type ReportingServiceClient interface { ListReports(ctx context.Context, in *Query, opts ...grpc.CallOption) (*ReportsSummaryLevelOne, error) ListReportIds(ctx context.Context, in *Query, opts ...grpc.CallOption) (*ReportIds, error) ReadReport(ctx context.Context, in *Query, opts ...grpc.CallOption) (*Report, error) ListSuggestions(ctx context.Context, in *SuggestionRequest, opts ...grpc.CallOption) (*Suggestions, error) ListProfiles(ctx context.Context, in *Query, opts ...grpc.CallOption) (*ProfileMins, error) Export(ctx context.Context, in *Query, opts ...grpc.CallOption) (ReportingService_ExportClient, error) ExportNode(ctx context.Context, in *Query, opts ...grpc.CallOption) (ReportingService_ExportNodeClient, error) ExportReportManager(ctx context.Context, in *Query, opts ...grpc.CallOption) (*CustomReportResponse, error) ReadNode(ctx context.Context, in *Id, opts ...grpc.CallOption) (*Node, error) ListNodes(ctx context.Context, in *Query, opts ...grpc.CallOption) (*Nodes, error) ListControlItems(ctx context.Context, in *ControlItemRequest, opts ...grpc.CallOption) (*ControlItems, error) ReadNodeHeader(ctx context.Context, in *Query, opts ...grpc.CallOption) (*NodeHeaderInfo, error) ListControlInfo(ctx context.Context, in *Query, opts ...grpc.CallOption) (*ControlElements, error) GetReportContent(ctx context.Context, in *ReportContentRequest, opts ...grpc.CallOption) (*ReportContentResponse, error) GetReportListForReportManager(ctx context.Context, in *ListFilters, opts ...grpc.CallOption) (ReportingService_GetReportListForReportManagerClient, error) AssetCount(ctx context.Context, in *ListFilters, opts ...grpc.CallOption) (*AssetSummary, error) ListAsset(ctx context.Context, in *AssetListRequest, opts ...grpc.CallOption) (*AssetListResponse, error) SetAssetConfig(ctx context.Context, in *ComplianceConfigRequest, opts ...grpc.CallOption) (*ComplianceConfigResponse, error) GetAssetConfig(ctx context.Context, in *GetAssetConfigRequest, opts ...grpc.CallOption) (*ComplianceConfigResponse, error) ListControlItemsRange(ctx context.Context, in *ControlItemRequest, opts ...grpc.CallOption) (*ControlItems, error) }
ReportingServiceClient is the client API for ReportingService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewReportingServiceClient ¶
func NewReportingServiceClient(cc grpc.ClientConnInterface) ReportingServiceClient
type ReportingServiceServer ¶
type ReportingServiceServer interface { ListReports(context.Context, *Query) (*ReportsSummaryLevelOne, error) ListReportIds(context.Context, *Query) (*ReportIds, error) ReadReport(context.Context, *Query) (*Report, error) ListSuggestions(context.Context, *SuggestionRequest) (*Suggestions, error) ListProfiles(context.Context, *Query) (*ProfileMins, error) Export(*Query, ReportingService_ExportServer) error ExportNode(*Query, ReportingService_ExportNodeServer) error ExportReportManager(context.Context, *Query) (*CustomReportResponse, error) ReadNode(context.Context, *Id) (*Node, error) ListNodes(context.Context, *Query) (*Nodes, error) ListControlItems(context.Context, *ControlItemRequest) (*ControlItems, error) ReadNodeHeader(context.Context, *Query) (*NodeHeaderInfo, error) ListControlInfo(context.Context, *Query) (*ControlElements, error) GetReportContent(context.Context, *ReportContentRequest) (*ReportContentResponse, error) GetReportListForReportManager(*ListFilters, ReportingService_GetReportListForReportManagerServer) error AssetCount(context.Context, *ListFilters) (*AssetSummary, error) ListAsset(context.Context, *AssetListRequest) (*AssetListResponse, error) SetAssetConfig(context.Context, *ComplianceConfigRequest) (*ComplianceConfigResponse, error) GetAssetConfig(context.Context, *GetAssetConfigRequest) (*ComplianceConfigResponse, error) ListControlItemsRange(context.Context, *ControlItemRequest) (*ControlItems, error) }
ReportingServiceServer is the server API for ReportingService service.
type ReportingService_ExportClient ¶
type ReportingService_ExportClient interface { Recv() (*ExportData, error) grpc.ClientStream }
type ReportingService_ExportNodeClient ¶
type ReportingService_ExportNodeClient interface { Recv() (*ExportData, error) grpc.ClientStream }
type ReportingService_ExportNodeServer ¶
type ReportingService_ExportNodeServer interface { Send(*ExportData) error grpc.ServerStream }
type ReportingService_ExportServer ¶
type ReportingService_ExportServer interface { Send(*ExportData) error grpc.ServerStream }
type ReportingService_GetReportListForReportManagerClient ¶
type ReportingService_GetReportListForReportManagerClient interface { Recv() (*ReportContentResponse, error) grpc.ClientStream }
type ReportingService_GetReportListForReportManagerServer ¶
type ReportingService_GetReportListForReportManagerServer interface { Send(*ReportContentResponse) error grpc.ServerStream }
type Reports ¶
type Reports struct { Reports []*Report `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty" toml:"reports,omitempty" mapstructure:"reports,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*Reports) Descriptor
deprecated
func (*Reports) GetReports ¶
func (*Reports) ProtoMessage ¶
func (*Reports) ProtoMessage()
func (*Reports) ProtoReflect ¶
func (x *Reports) ProtoReflect() protoreflect.Message
type ReportsSummaryLevelOne ¶
type ReportsSummaryLevelOne struct { Reports []*ReportSummaryLevelOne `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty" toml:"reports,omitempty" mapstructure:"reports,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*ReportsSummaryLevelOne) Descriptor
deprecated
func (*ReportsSummaryLevelOne) Descriptor() ([]byte, []int)
Deprecated: Use ReportsSummaryLevelOne.ProtoReflect.Descriptor instead.
func (*ReportsSummaryLevelOne) GetReports ¶
func (x *ReportsSummaryLevelOne) GetReports() []*ReportSummaryLevelOne
func (*ReportsSummaryLevelOne) GetTotal ¶
func (x *ReportsSummaryLevelOne) GetTotal() int32
func (*ReportsSummaryLevelOne) ProtoMessage ¶
func (*ReportsSummaryLevelOne) ProtoMessage()
func (*ReportsSummaryLevelOne) ProtoReflect ¶
func (x *ReportsSummaryLevelOne) ProtoReflect() protoreflect.Message
func (*ReportsSummaryLevelOne) Reset ¶
func (x *ReportsSummaryLevelOne) Reset()
func (*ReportsSummaryLevelOne) String ¶
func (x *ReportsSummaryLevelOne) String() string
type Result ¶
type Result struct { Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty" toml:"status,omitempty" mapstructure:"status,omitempty"` CodeDesc string `` /* 147-byte string literal not displayed */ RunTime float32 `` /* 144-byte string literal not displayed */ StartTime string `` /* 152-byte string literal not displayed */ Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty" toml:"message,omitempty" mapstructure:"message,omitempty"` SkipMessage string `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Result) Descriptor
deprecated
func (*Result) GetCodeDesc ¶
func (*Result) GetMessage ¶
func (*Result) GetRunTime ¶
func (*Result) GetSkipMessage ¶
func (*Result) GetStartTime ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶
func (x *Result) ProtoReflect() protoreflect.Message
type SourceLocation ¶
type SourceLocation struct { Ref string `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty" toml:"ref,omitempty" mapstructure:"ref,omitempty"` Line int32 `protobuf:"varint,2,opt,name=line,proto3" json:"line,omitempty" toml:"line,omitempty" mapstructure:"line,omitempty"` // contains filtered or unexported fields }
func (*SourceLocation) Descriptor
deprecated
func (*SourceLocation) Descriptor() ([]byte, []int)
Deprecated: Use SourceLocation.ProtoReflect.Descriptor instead.
func (*SourceLocation) GetLine ¶
func (x *SourceLocation) GetLine() int32
func (*SourceLocation) GetRef ¶
func (x *SourceLocation) GetRef() string
func (*SourceLocation) ProtoMessage ¶
func (*SourceLocation) ProtoMessage()
func (*SourceLocation) ProtoReflect ¶
func (x *SourceLocation) ProtoReflect() protoreflect.Message
func (*SourceLocation) Reset ¶
func (x *SourceLocation) Reset()
func (*SourceLocation) String ¶
func (x *SourceLocation) String() string
type Statistics ¶
type Statistics struct { Duration float32 `` /* 131-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Statistics) Descriptor
deprecated
func (*Statistics) Descriptor() ([]byte, []int)
Deprecated: Use Statistics.ProtoReflect.Descriptor instead.
func (*Statistics) GetDuration ¶
func (x *Statistics) GetDuration() float32
func (*Statistics) ProtoMessage ¶
func (*Statistics) ProtoMessage()
func (*Statistics) ProtoReflect ¶
func (x *Statistics) ProtoReflect() protoreflect.Message
func (*Statistics) Reset ¶
func (x *Statistics) Reset()
func (*Statistics) String ¶
func (x *Statistics) String() string
type Suggestion ¶
type Suggestion struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty" toml:"text,omitempty" mapstructure:"text,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty" toml:"id,omitempty" mapstructure:"id,omitempty"` Score float32 `protobuf:"fixed32,3,opt,name=score,proto3" json:"score,omitempty" toml:"score,omitempty" mapstructure:"score,omitempty"` Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty" toml:"version,omitempty" mapstructure:"version,omitempty"` // contains filtered or unexported fields }
func (*Suggestion) Descriptor
deprecated
func (*Suggestion) Descriptor() ([]byte, []int)
Deprecated: Use Suggestion.ProtoReflect.Descriptor instead.
func (*Suggestion) GetId ¶
func (x *Suggestion) GetId() string
func (*Suggestion) GetScore ¶
func (x *Suggestion) GetScore() float32
func (*Suggestion) GetText ¶
func (x *Suggestion) GetText() string
func (*Suggestion) GetVersion ¶
func (x *Suggestion) GetVersion() string
func (*Suggestion) ProtoMessage ¶
func (*Suggestion) ProtoMessage()
func (*Suggestion) ProtoReflect ¶
func (x *Suggestion) ProtoReflect() protoreflect.Message
func (*Suggestion) Reset ¶
func (x *Suggestion) Reset()
func (*Suggestion) String ¶
func (x *Suggestion) String() string
type SuggestionRequest ¶
type SuggestionRequest struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty" toml:"type,omitempty" mapstructure:"type,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty" toml:"text,omitempty" mapstructure:"text,omitempty"` Size int32 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty" toml:"size,omitempty" mapstructure:"size,omitempty"` Filters []*ListFilter `protobuf:"bytes,4,rep,name=filters,proto3" json:"filters,omitempty" toml:"filters,omitempty" mapstructure:"filters,omitempty"` TypeKey string `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SuggestionRequest) Descriptor
deprecated
func (*SuggestionRequest) Descriptor() ([]byte, []int)
Deprecated: Use SuggestionRequest.ProtoReflect.Descriptor instead.
func (*SuggestionRequest) GetFilters ¶
func (x *SuggestionRequest) GetFilters() []*ListFilter
func (*SuggestionRequest) GetSize ¶
func (x *SuggestionRequest) GetSize() int32
func (*SuggestionRequest) GetText ¶
func (x *SuggestionRequest) GetText() string
func (*SuggestionRequest) GetType ¶
func (x *SuggestionRequest) GetType() string
func (*SuggestionRequest) GetTypeKey ¶
func (x *SuggestionRequest) GetTypeKey() string
func (*SuggestionRequest) ProtoMessage ¶
func (*SuggestionRequest) ProtoMessage()
func (*SuggestionRequest) ProtoReflect ¶
func (x *SuggestionRequest) ProtoReflect() protoreflect.Message
func (*SuggestionRequest) Reset ¶
func (x *SuggestionRequest) Reset()
func (*SuggestionRequest) String ¶
func (x *SuggestionRequest) String() string
type Suggestions ¶
type Suggestions struct { Suggestions []*Suggestion `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Suggestions) Descriptor
deprecated
func (*Suggestions) Descriptor() ([]byte, []int)
Deprecated: Use Suggestions.ProtoReflect.Descriptor instead.
func (*Suggestions) GetSuggestions ¶
func (x *Suggestions) GetSuggestions() []*Suggestion
func (*Suggestions) ProtoMessage ¶
func (*Suggestions) ProtoMessage()
func (*Suggestions) ProtoReflect ¶
func (x *Suggestions) ProtoReflect() protoreflect.Message
func (*Suggestions) Reset ¶
func (x *Suggestions) Reset()
func (*Suggestions) String ¶
func (x *Suggestions) String() string
type Support ¶
type Support struct { OsName string `` /* 137-byte string literal not displayed */ OsFamily string `` /* 147-byte string literal not displayed */ Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty" toml:"release,omitempty" mapstructure:"release,omitempty"` InspecVersion string `` /* 172-byte string literal not displayed */ Platform string `` /* 129-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Support) Descriptor
deprecated
func (*Support) GetInspecVersion ¶
func (*Support) GetOsFamily ¶
func (*Support) GetPlatform ¶
func (*Support) GetRelease ¶
func (*Support) ProtoMessage ¶
func (*Support) ProtoMessage()
func (*Support) ProtoReflect ¶
func (x *Support) ProtoReflect() protoreflect.Message
type TagValues ¶
type TagValues struct { Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty" toml:"values,omitempty" mapstructure:"values,omitempty"` // contains filtered or unexported fields }
func (*TagValues) Descriptor
deprecated
func (*TagValues) ProtoMessage ¶
func (*TagValues) ProtoMessage()
func (*TagValues) ProtoReflect ¶
func (x *TagValues) ProtoReflect() protoreflect.Message
type Total ¶
type Total struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" toml:"total,omitempty" mapstructure:"total,omitempty"` // contains filtered or unexported fields }
func (*Total) Descriptor
deprecated
func (*Total) ProtoMessage ¶
func (*Total) ProtoMessage()
func (*Total) ProtoReflect ¶
func (x *Total) ProtoReflect() protoreflect.Message
type Uncollected ¶
type Uncollected struct { Unreachable int32 `` /* 142-byte string literal not displayed */ Unreported int32 `` /* 138-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Uncollected) Descriptor
deprecated
func (*Uncollected) Descriptor() ([]byte, []int)
Deprecated: Use Uncollected.ProtoReflect.Descriptor instead.
func (*Uncollected) GetUnreachable ¶
func (x *Uncollected) GetUnreachable() int32
func (*Uncollected) GetUnreported ¶
func (x *Uncollected) GetUnreported() int32
func (*Uncollected) ProtoMessage ¶
func (*Uncollected) ProtoMessage()
func (*Uncollected) ProtoReflect ¶
func (x *Uncollected) ProtoReflect() protoreflect.Message
func (*Uncollected) Reset ¶
func (x *Uncollected) Reset()
func (*Uncollected) String ¶
func (x *Uncollected) String() string
type UnimplementedReportingServiceServer ¶
type UnimplementedReportingServiceServer struct { }
UnimplementedReportingServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedReportingServiceServer) AssetCount ¶
func (*UnimplementedReportingServiceServer) AssetCount(context.Context, *ListFilters) (*AssetSummary, error)
func (*UnimplementedReportingServiceServer) Export ¶
func (*UnimplementedReportingServiceServer) Export(*Query, ReportingService_ExportServer) error
func (*UnimplementedReportingServiceServer) ExportNode ¶
func (*UnimplementedReportingServiceServer) ExportNode(*Query, ReportingService_ExportNodeServer) error
func (*UnimplementedReportingServiceServer) ExportReportManager ¶
func (*UnimplementedReportingServiceServer) ExportReportManager(context.Context, *Query) (*CustomReportResponse, error)
func (*UnimplementedReportingServiceServer) GetAssetConfig ¶
func (*UnimplementedReportingServiceServer) GetAssetConfig(context.Context, *GetAssetConfigRequest) (*ComplianceConfigResponse, error)
func (*UnimplementedReportingServiceServer) GetReportContent ¶
func (*UnimplementedReportingServiceServer) GetReportContent(context.Context, *ReportContentRequest) (*ReportContentResponse, error)
func (*UnimplementedReportingServiceServer) GetReportListForReportManager ¶
func (*UnimplementedReportingServiceServer) GetReportListForReportManager(*ListFilters, ReportingService_GetReportListForReportManagerServer) error
func (*UnimplementedReportingServiceServer) ListAsset ¶
func (*UnimplementedReportingServiceServer) ListAsset(context.Context, *AssetListRequest) (*AssetListResponse, error)
func (*UnimplementedReportingServiceServer) ListControlInfo ¶
func (*UnimplementedReportingServiceServer) ListControlInfo(context.Context, *Query) (*ControlElements, error)
func (*UnimplementedReportingServiceServer) ListControlItems ¶
func (*UnimplementedReportingServiceServer) ListControlItems(context.Context, *ControlItemRequest) (*ControlItems, error)
func (*UnimplementedReportingServiceServer) ListControlItemsRange ¶
func (*UnimplementedReportingServiceServer) ListControlItemsRange(context.Context, *ControlItemRequest) (*ControlItems, error)
func (*UnimplementedReportingServiceServer) ListProfiles ¶
func (*UnimplementedReportingServiceServer) ListProfiles(context.Context, *Query) (*ProfileMins, error)
func (*UnimplementedReportingServiceServer) ListReportIds ¶
func (*UnimplementedReportingServiceServer) ListReports ¶
func (*UnimplementedReportingServiceServer) ListReports(context.Context, *Query) (*ReportsSummaryLevelOne, error)
func (*UnimplementedReportingServiceServer) ListSuggestions ¶
func (*UnimplementedReportingServiceServer) ListSuggestions(context.Context, *SuggestionRequest) (*Suggestions, error)
func (*UnimplementedReportingServiceServer) ReadNodeHeader ¶
func (*UnimplementedReportingServiceServer) ReadNodeHeader(context.Context, *Query) (*NodeHeaderInfo, error)
func (*UnimplementedReportingServiceServer) ReadReport ¶
func (*UnimplementedReportingServiceServer) SetAssetConfig ¶
func (*UnimplementedReportingServiceServer) SetAssetConfig(context.Context, *ComplianceConfigRequest) (*ComplianceConfigResponse, error)
type WaiverData ¶
type WaiverData struct { WaivedStr string `` /* 152-byte string literal not displayed */ ExpirationDate string `` /* 177-byte string literal not displayed */ Justification string `` /* 149-byte string literal not displayed */ WaiverSummary *ControlSummary `` /* 172-byte string literal not displayed */ // contains filtered or unexported fields }
func (*WaiverData) Descriptor
deprecated
func (*WaiverData) Descriptor() ([]byte, []int)
Deprecated: Use WaiverData.ProtoReflect.Descriptor instead.
func (*WaiverData) GetExpirationDate ¶
func (x *WaiverData) GetExpirationDate() string
func (*WaiverData) GetJustification ¶
func (x *WaiverData) GetJustification() string
func (*WaiverData) GetWaivedStr ¶
func (x *WaiverData) GetWaivedStr() string
func (*WaiverData) GetWaiverSummary ¶
func (x *WaiverData) GetWaiverSummary() *ControlSummary
func (*WaiverData) ProtoMessage ¶
func (*WaiverData) ProtoMessage()
func (*WaiverData) ProtoReflect ¶
func (x *WaiverData) ProtoReflect() protoreflect.Message
func (*WaiverData) Reset ¶
func (x *WaiverData) Reset()
func (*WaiverData) String ¶
func (x *WaiverData) String() string