reporting

package
v0.0.0-...-87a291c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Assets.ProtoReflect.Descriptor instead.

func (*Assets) GetFirstRun

func (x *Assets) GetFirstRun() string

func (*Assets) GetLastRun

func (x *Assets) GetLastRun() string

func (*Assets) GetNodeUuid

func (x *Assets) GetNodeUuid() string

func (*Assets) GetStatus

func (x *Assets) GetStatus() string

func (*Assets) ProtoMessage

func (*Assets) ProtoMessage()

func (*Assets) ProtoReflect

func (x *Assets) ProtoReflect() protoreflect.Message

func (*Assets) Reset

func (x *Assets) Reset()

func (*Assets) String

func (x *Assets) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Attribute.ProtoReflect.Descriptor instead.

func (*Attribute) GetName

func (x *Attribute) GetName() string

func (*Attribute) GetOptions

func (x *Attribute) GetOptions() *Option

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) ProtoReflect

func (x *Attribute) ProtoReflect() protoreflect.Message

func (*Attribute) Reset

func (x *Attribute) Reset()

func (*Attribute) String

func (x *Attribute) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Collected.ProtoReflect.Descriptor instead.

func (*Collected) GetFailed

func (x *Collected) GetFailed() int32

func (*Collected) GetPassed

func (x *Collected) GetPassed() int32

func (*Collected) GetSkipped

func (x *Collected) GetSkipped() int32

func (*Collected) GetWaived

func (x *Collected) GetWaived() int32

func (*Collected) ProtoMessage

func (*Collected) ProtoMessage()

func (*Collected) ProtoReflect

func (x *Collected) ProtoReflect() protoreflect.Message

func (*Collected) Reset

func (x *Collected) Reset()

func (*Collected) String

func (x *Collected) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Control.ProtoReflect.Descriptor instead.

func (*Control) GetCode

func (x *Control) GetCode() string

func (*Control) GetDesc

func (x *Control) GetDesc() string

func (*Control) GetId

func (x *Control) GetId() string

func (*Control) GetImpact

func (x *Control) GetImpact() float32

func (*Control) GetRefs

func (x *Control) GetRefs() []*Ref

func (*Control) GetRemovedResultsCounts

func (x *Control) GetRemovedResultsCounts() *RemovedResultsCounts

func (*Control) GetResults

func (x *Control) GetResults() []*Result

func (*Control) GetSourceLocation

func (x *Control) GetSourceLocation() *SourceLocation

func (*Control) GetStringTags

func (x *Control) GetStringTags() map[string]*TagValues

func (*Control) GetTags

func (x *Control) GetTags() string

func (*Control) GetTitle

func (x *Control) GetTitle() string

func (*Control) GetWaivedStr

func (x *Control) GetWaivedStr() string

func (*Control) GetWaiverData

func (x *Control) GetWaiverData() *OrigWaiverData

func (*Control) ProtoMessage

func (*Control) ProtoMessage()

func (*Control) ProtoReflect

func (x *Control) ProtoReflect() protoreflect.Message

func (*Control) Reset

func (x *Control) Reset()

func (*Control) String

func (x *Control) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Failed.ProtoReflect.Descriptor instead.

func (*Failed) GetCritical

func (x *Failed) GetCritical() int32

func (*Failed) GetMajor

func (x *Failed) GetMajor() int32

func (*Failed) GetMinor

func (x *Failed) GetMinor() int32

func (*Failed) GetTotal

func (x *Failed) GetTotal() int32

func (*Failed) ProtoMessage

func (*Failed) ProtoMessage()

func (*Failed) ProtoReflect

func (x *Failed) ProtoReflect() protoreflect.Message

func (*Failed) Reset

func (x *Failed) Reset()

func (*Failed) String

func (x *Failed) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetControls

func (x *Group) GetControls() []string

func (*Group) GetId

func (x *Group) GetId() string

func (*Group) GetTitle

func (x *Group) GetTitle() string

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

func (x *Group) ProtoReflect() protoreflect.Message

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Id.ProtoReflect.Descriptor instead.

func (*Id) GetId

func (x *Id) GetId() string

func (*Id) ProtoMessage

func (*Id) ProtoMessage()

func (*Id) ProtoReflect

func (x *Id) ProtoReflect() protoreflect.Message

func (*Id) Reset

func (x *Id) Reset()

func (*Id) String

func (x *Id) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Kv.ProtoReflect.Descriptor instead.

func (*Kv) GetKey

func (x *Kv) GetKey() string

func (*Kv) GetValue

func (x *Kv) GetValue() string

func (*Kv) ProtoMessage

func (*Kv) ProtoMessage()

func (*Kv) ProtoReflect

func (x *Kv) ProtoReflect() protoreflect.Message

func (*Kv) Reset

func (x *Kv) Reset()

func (*Kv) String

func (x *Kv) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetEnvironment

func (x *Node) GetEnvironment() string

func (*Node) GetId

func (x *Node) GetId() string

func (*Node) GetLatestReport

func (x *Node) GetLatestReport() *LatestReportSummary

func (*Node) GetName

func (x *Node) GetName() string

func (*Node) GetPlatform

func (x *Node) GetPlatform() *Platform

func (*Node) GetProfiles

func (x *Node) GetProfiles() []*ProfileMeta

func (*Node) GetTags

func (x *Node) GetTags() []*Kv

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Nodes.ProtoReflect.Descriptor instead.

func (*Nodes) GetNodes

func (x *Nodes) GetNodes() []*Node

func (*Nodes) GetTotal

func (x *Nodes) GetTotal() int32

func (*Nodes) GetTotalFailed

func (x *Nodes) GetTotalFailed() int32

func (*Nodes) GetTotalPassed

func (x *Nodes) GetTotalPassed() int32

func (*Nodes) GetTotalSkipped

func (x *Nodes) GetTotalSkipped() int32

func (*Nodes) GetTotalWaived

func (x *Nodes) GetTotalWaived() int32

func (*Nodes) ProtoMessage

func (*Nodes) ProtoMessage()

func (*Nodes) ProtoReflect

func (x *Nodes) ProtoReflect() protoreflect.Message

func (*Nodes) Reset

func (x *Nodes) Reset()

func (*Nodes) String

func (x *Nodes) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Option.ProtoReflect.Descriptor instead.

func (*Option) GetDefault

func (x *Option) GetDefault() string

func (*Option) GetDescription

func (x *Option) GetDescription() string

func (*Option) ProtoMessage

func (*Option) ProtoMessage()

func (*Option) ProtoReflect

func (x *Option) ProtoReflect() protoreflect.Message

func (*Option) Reset

func (x *Option) Reset()

func (*Option) String

func (x *Option) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Platform.ProtoReflect.Descriptor instead.

func (*Platform) GetFull

func (x *Platform) GetFull() string

func (*Platform) GetName

func (x *Platform) GetName() string

func (*Platform) GetRelease

func (x *Platform) GetRelease() string

func (*Platform) ProtoMessage

func (*Platform) ProtoMessage()

func (*Platform) ProtoReflect

func (x *Platform) ProtoReflect() protoreflect.Message

func (*Platform) Reset

func (x *Platform) Reset()

func (*Platform) String

func (x *Platform) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Profile.ProtoReflect.Descriptor instead.

func (*Profile) GetAttributes

func (x *Profile) GetAttributes() []*Attribute

func (*Profile) GetControls

func (x *Profile) GetControls() []*Control

func (*Profile) GetCopyright

func (x *Profile) GetCopyright() string

func (*Profile) GetCopyrightEmail

func (x *Profile) GetCopyrightEmail() string

func (*Profile) GetDepends

func (x *Profile) GetDepends() []*Dependency

func (*Profile) GetFull

func (x *Profile) GetFull() string

func (*Profile) GetGroups

func (x *Profile) GetGroups() []*Group

func (*Profile) GetLatestVersion

func (x *Profile) GetLatestVersion() string

func (*Profile) GetLicense

func (x *Profile) GetLicense() string

func (*Profile) GetMaintainer

func (x *Profile) GetMaintainer() string

func (*Profile) GetName

func (x *Profile) GetName() string

func (*Profile) GetOwner

func (x *Profile) GetOwner() string

func (*Profile) GetSha256

func (x *Profile) GetSha256() string

func (*Profile) GetSkipMessage

func (x *Profile) GetSkipMessage() string

func (*Profile) GetStatus

func (x *Profile) GetStatus() string

func (*Profile) GetStatusMessage

func (x *Profile) GetStatusMessage() string

func (*Profile) GetSummary

func (x *Profile) GetSummary() string

func (*Profile) GetSupports

func (x *Profile) GetSupports() []*Support

func (*Profile) GetTitle

func (x *Profile) GetTitle() string

func (*Profile) GetVersion

func (x *Profile) GetVersion() string

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) ProtoReflect

func (x *Profile) ProtoReflect() protoreflect.Message

func (*Profile) Reset

func (x *Profile) Reset()

func (*Profile) String

func (x *Profile) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) GetFilters

func (x *Query) GetFilters() []*ListFilter

func (*Query) GetId

func (x *Query) GetId() string

func (*Query) GetOrder

func (x *Query) GetOrder() Query_OrderType

func (*Query) GetPage

func (x *Query) GetPage() int32

func (*Query) GetPerPage

func (x *Query) GetPerPage() int32

func (*Query) GetSort

func (x *Query) GetSort() string

func (*Query) GetType

func (x *Query) GetType() string

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) ProtoReflect

func (x *Query) ProtoReflect() protoreflect.Message

func (*Query) Reset

func (x *Query) Reset()

func (*Query) String

func (x *Query) String() string

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) 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 (Query_OrderType) String

func (x Query_OrderType) String() string

func (Query_OrderType) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use Ref.ProtoReflect.Descriptor instead.

func (*Ref) GetRef

func (x *Ref) GetRef() string

func (*Ref) GetUrl

func (x *Ref) GetUrl() string

func (*Ref) ProtoMessage

func (*Ref) ProtoMessage()

func (*Ref) ProtoReflect

func (x *Ref) ProtoReflect() protoreflect.Message

func (*Ref) Reset

func (x *Ref) Reset()

func (*Ref) String

func (x *Ref) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Report.ProtoReflect.Descriptor instead.

func (*Report) GetChefOrganization

func (x *Report) GetChefOrganization() string

func (*Report) GetChefServer

func (x *Report) GetChefServer() string

func (*Report) GetChefTags

func (x *Report) GetChefTags() []string

func (*Report) GetControls

func (x *Report) GetControls() *ControlSummary

func (*Report) GetEndTime

func (x *Report) GetEndTime() *timestamppb.Timestamp

func (*Report) GetEnvironment

func (x *Report) GetEnvironment() string

func (*Report) GetFqdn

func (x *Report) GetFqdn() string

func (*Report) GetId

func (x *Report) GetId() string

func (*Report) GetIpaddress

func (x *Report) GetIpaddress() string

func (*Report) GetJobId

func (x *Report) GetJobId() string

func (*Report) GetNodeId

func (x *Report) GetNodeId() string

func (*Report) GetNodeName

func (x *Report) GetNodeName() string

func (*Report) GetPlatform

func (x *Report) GetPlatform() *Platform

func (*Report) GetProfiles

func (x *Report) GetProfiles() []*Profile

func (*Report) GetProjects

func (x *Report) GetProjects() []string

func (*Report) GetRoles

func (x *Report) GetRoles() []string

func (*Report) GetStatistics

func (x *Report) GetStatistics() *Statistics

func (*Report) GetStatus

func (x *Report) GetStatus() string

func (*Report) GetStatusMessage

func (x *Report) GetStatusMessage() string

func (*Report) GetVersion

func (x *Report) GetVersion() string

func (*Report) ProtoMessage

func (*Report) ProtoMessage()

func (*Report) ProtoReflect

func (x *Report) ProtoReflect() protoreflect.Message

func (*Report) Reset

func (x *Report) Reset()

func (*Report) String

func (x *Report) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ReportIds.ProtoReflect.Descriptor instead.

func (*ReportIds) GetIds

func (x *ReportIds) GetIds() []string

func (*ReportIds) GetReportData

func (x *ReportIds) GetReportData() []*ReportData

func (*ReportIds) ProtoMessage

func (*ReportIds) ProtoMessage()

func (*ReportIds) ProtoReflect

func (x *ReportIds) ProtoReflect() protoreflect.Message

func (*ReportIds) Reset

func (x *ReportIds) Reset()

func (*ReportIds) String

func (x *ReportIds) String() string

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 (*ReportListForReportManagerResponse) ProtoMessage

func (*ReportListForReportManagerResponse) ProtoMessage()

func (*ReportListForReportManagerResponse) ProtoReflect

func (*ReportListForReportManagerResponse) Reset

func (*ReportListForReportManagerResponse) 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.

type ReportingServiceServer

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) Descriptor() ([]byte, []int)

Deprecated: Use Reports.ProtoReflect.Descriptor instead.

func (*Reports) GetReports

func (x *Reports) GetReports() []*Report

func (*Reports) GetTotal

func (x *Reports) GetTotal() int32

func (*Reports) ProtoMessage

func (*Reports) ProtoMessage()

func (*Reports) ProtoReflect

func (x *Reports) ProtoReflect() protoreflect.Message

func (*Reports) Reset

func (x *Reports) Reset()

func (*Reports) String

func (x *Reports) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetCodeDesc

func (x *Result) GetCodeDesc() string

func (*Result) GetMessage

func (x *Result) GetMessage() string

func (*Result) GetRunTime

func (x *Result) GetRunTime() float32

func (*Result) GetSkipMessage

func (x *Result) GetSkipMessage() string

func (*Result) GetStartTime

func (x *Result) GetStartTime() string

func (*Result) GetStatus

func (x *Result) GetStatus() string

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

func (x *Result) ProtoReflect() protoreflect.Message

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Support.ProtoReflect.Descriptor instead.

func (*Support) GetInspecVersion

func (x *Support) GetInspecVersion() string

func (*Support) GetOsFamily

func (x *Support) GetOsFamily() string

func (*Support) GetOsName

func (x *Support) GetOsName() string

func (*Support) GetPlatform

func (x *Support) GetPlatform() string

func (*Support) GetRelease

func (x *Support) GetRelease() string

func (*Support) ProtoMessage

func (*Support) ProtoMessage()

func (*Support) ProtoReflect

func (x *Support) ProtoReflect() protoreflect.Message

func (*Support) Reset

func (x *Support) Reset()

func (*Support) String

func (x *Support) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TagValues.ProtoReflect.Descriptor instead.

func (*TagValues) GetValues

func (x *TagValues) GetValues() []string

func (*TagValues) ProtoMessage

func (*TagValues) ProtoMessage()

func (*TagValues) ProtoReflect

func (x *TagValues) ProtoReflect() protoreflect.Message

func (*TagValues) Reset

func (x *TagValues) Reset()

func (*TagValues) String

func (x *TagValues) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Total.ProtoReflect.Descriptor instead.

func (*Total) GetTotal

func (x *Total) GetTotal() int32

func (*Total) ProtoMessage

func (*Total) ProtoMessage()

func (*Total) ProtoReflect

func (x *Total) ProtoReflect() protoreflect.Message

func (*Total) Reset

func (x *Total) Reset()

func (*Total) String

func (x *Total) String() string

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) Export

func (*UnimplementedReportingServiceServer) ExportNode

func (*UnimplementedReportingServiceServer) ExportReportManager

func (*UnimplementedReportingServiceServer) GetAssetConfig

func (*UnimplementedReportingServiceServer) GetReportContent

func (*UnimplementedReportingServiceServer) GetReportListForReportManager

func (*UnimplementedReportingServiceServer) ListAsset

func (*UnimplementedReportingServiceServer) ListControlInfo

func (*UnimplementedReportingServiceServer) ListControlItems

func (*UnimplementedReportingServiceServer) ListControlItemsRange

func (*UnimplementedReportingServiceServer) ListNodes

func (*UnimplementedReportingServiceServer) ListProfiles

func (*UnimplementedReportingServiceServer) ListReportIds

func (*UnimplementedReportingServiceServer) ListReports

func (*UnimplementedReportingServiceServer) ListSuggestions

func (*UnimplementedReportingServiceServer) ReadNode

func (*UnimplementedReportingServiceServer) ReadNodeHeader

func (*UnimplementedReportingServiceServer) ReadReport

func (*UnimplementedReportingServiceServer) SetAssetConfig

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL