Versions in this module Expand all Collapse all v0 v0.2.1 Aug 19, 2024 v0.2.0 Aug 12, 2024 Changes in this version + type Baseline4api struct + Checker []*Checker4api + Hash *ItemHash + ID int64 + Metadata map[string]string + Tag []string + Yaml string + YamlHidden bool + func (m *Baseline4api) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Baseline4api) MarshalBinary() ([]byte, error) + func (m *Baseline4api) UnmarshalBinary(b []byte) error + func (m *Baseline4api) Validate(formats strfmt.Registry) error + type BaselineData struct + BaselineHash *ItemHash + CheckerProp []string + ID int64 + func (m *BaselineData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *BaselineData) MarshalBinary() ([]byte, error) + func (m *BaselineData) UnmarshalBinary(b []byte) error + func (m *BaselineData) Validate(formats strfmt.Registry) error + type Checker4api struct + CloudType Cloudtype4api + Listor []int64 + func (m *Checker4api) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Checker4api) MarshalBinary() ([]byte, error) + func (m *Checker4api) UnmarshalBinary(b []byte) error + func (m *Checker4api) Validate(formats strfmt.Registry) error + type Cloudtype4api string + const Cloudtype4apiAliyun + const Cloudtype4apiAliyunOss + const Cloudtype4apiAzure + const Cloudtype4apiK8s + const Cloudtype4apiTencentCloud + const Cloudtype4apiTencentCos + func NewCloudtype4api(value Cloudtype4api) *Cloudtype4api + func (m Cloudtype4api) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m Cloudtype4api) Pointer() *Cloudtype4api + func (m Cloudtype4api) Validate(formats strfmt.Registry) error + type ErrorResponse struct + Code int64 + Data interface{} + Msg string + func (m *ErrorResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *ErrorResponse) MarshalBinary() ([]byte, error) + func (m *ErrorResponse) UnmarshalBinary(b []byte) error + func (m *ErrorResponse) Validate(formats strfmt.Registry) error + type ItemHash struct + Sha256 string + func (m *ItemHash) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *ItemHash) MarshalBinary() ([]byte, error) + func (m *ItemHash) UnmarshalBinary(b []byte) error + func (m *ItemHash) Validate(formats strfmt.Registry) error + type Listor4api struct + CloudType Cloudtype4api + Hash *ItemHash + ID int64 + RsType string + Yaml string + YamlHidden bool + func (m *Listor4api) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Listor4api) MarshalBinary() ([]byte, error) + func (m *Listor4api) UnmarshalBinary(b []byte) error + func (m *Listor4api) Validate(formats strfmt.Registry) error + type ListorData struct + CloudType Cloudtype4api + Data string + ListorHash *ItemHash + ListorID int64 + func (m *ListorData) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *ListorData) MarshalBinary() ([]byte, error) + func (m *ListorData) UnmarshalBinary(b []byte) error + func (m *ListorData) Validate(formats strfmt.Registry) error + type ValidateResult struct + ActualValue string + CloudType string + Metadata map[string]string + ResourceID string + ResourceInRisk bool + ResourceName string + func (m *ValidateResult) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *ValidateResult) MarshalBinary() ([]byte, error) + func (m *ValidateResult) UnmarshalBinary(b []byte) error + func (m *ValidateResult) Validate(formats strfmt.Registry) error