v1beta3

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ModuleName is the module name constant used in many places
	ModuleName = "audit"

	// StoreKey is the store key string for provider
	StoreKey = ModuleName

	// RouterKey is the message route for provider
	RouterKey = ModuleName
)

Variables

View Source
var (
	ErrInvalidLengthAudit        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAudit          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupAudit = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthGenesis        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenesis          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group")
)

Functions

func PrefixProviderID

func PrefixProviderID() []byte

Types

type AttributesFilters

type AttributesFilters struct {
	Auditors []string `protobuf:"bytes,1,rep,name=auditors,proto3" json:"auditors" yaml:"auditors"`
	Owners   []string `protobuf:"bytes,2,rep,name=owners,proto3" json:"owners" yaml:"owners"`
}

AttributesFilters defines filters used to filter deployments

func (*AttributesFilters) Descriptor

func (*AttributesFilters) Descriptor() ([]byte, []int)

func (*AttributesFilters) GetAuditors

func (m *AttributesFilters) GetAuditors() []string

func (*AttributesFilters) GetOwners

func (m *AttributesFilters) GetOwners() []string

func (*AttributesFilters) Marshal

func (m *AttributesFilters) Marshal() (dAtA []byte, err error)

func (*AttributesFilters) MarshalTo

func (m *AttributesFilters) MarshalTo(dAtA []byte) (int, error)

func (*AttributesFilters) MarshalToSizedBuffer

func (m *AttributesFilters) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AttributesFilters) ProtoMessage

func (*AttributesFilters) ProtoMessage()

func (*AttributesFilters) Reset

func (m *AttributesFilters) Reset()

func (*AttributesFilters) Size

func (m *AttributesFilters) Size() (n int)

func (*AttributesFilters) String

func (m *AttributesFilters) String() string

func (*AttributesFilters) Unmarshal

func (m *AttributesFilters) Unmarshal(dAtA []byte) error

func (*AttributesFilters) XXX_DiscardUnknown

func (m *AttributesFilters) XXX_DiscardUnknown()

func (*AttributesFilters) XXX_Marshal

func (m *AttributesFilters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttributesFilters) XXX_Merge

func (m *AttributesFilters) XXX_Merge(src proto.Message)

func (*AttributesFilters) XXX_Size

func (m *AttributesFilters) XXX_Size() int

func (*AttributesFilters) XXX_Unmarshal

func (m *AttributesFilters) XXX_Unmarshal(b []byte) error

type AttributesResponse

type AttributesResponse struct {
	Attributes []AuditedAttributes `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes" yaml:"attributes"`
}

AttributesResponse represents details of deployment along with group details

func (*AttributesResponse) Descriptor

func (*AttributesResponse) Descriptor() ([]byte, []int)

func (*AttributesResponse) GetAttributes

func (m *AttributesResponse) GetAttributes() []AuditedAttributes

func (*AttributesResponse) Marshal

func (m *AttributesResponse) Marshal() (dAtA []byte, err error)

func (*AttributesResponse) MarshalTo

func (m *AttributesResponse) MarshalTo(dAtA []byte) (int, error)

func (*AttributesResponse) MarshalToSizedBuffer

func (m *AttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AttributesResponse) ProtoMessage

func (*AttributesResponse) ProtoMessage()

func (*AttributesResponse) Reset

func (m *AttributesResponse) Reset()

func (*AttributesResponse) Size

func (m *AttributesResponse) Size() (n int)

func (*AttributesResponse) String

func (m *AttributesResponse) String() string

func (*AttributesResponse) Unmarshal

func (m *AttributesResponse) Unmarshal(dAtA []byte) error

func (*AttributesResponse) XXX_DiscardUnknown

func (m *AttributesResponse) XXX_DiscardUnknown()

func (*AttributesResponse) XXX_Marshal

func (m *AttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttributesResponse) XXX_Merge

func (m *AttributesResponse) XXX_Merge(src proto.Message)

func (*AttributesResponse) XXX_Size

func (m *AttributesResponse) XXX_Size() int

func (*AttributesResponse) XXX_Unmarshal

func (m *AttributesResponse) XXX_Unmarshal(b []byte) error

type AuditedAttributes

type AuditedAttributes struct {
	Owner      string                                       `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner" yaml:"owner"`
	Auditor    string                                       `protobuf:"bytes,2,opt,name=auditor,proto3" json:"auditor" yaml:"auditor"`
	Attributes pkg_akt_dev_go_node_types_v1beta3.Attributes `` /* 139-byte string literal not displayed */
}

Attributes

func (*AuditedAttributes) Descriptor

func (*AuditedAttributes) Descriptor() ([]byte, []int)

func (*AuditedAttributes) GetAttributes

func (*AuditedAttributes) GetAuditor

func (m *AuditedAttributes) GetAuditor() string

func (*AuditedAttributes) GetOwner

func (m *AuditedAttributes) GetOwner() string

func (*AuditedAttributes) Marshal

func (m *AuditedAttributes) Marshal() (dAtA []byte, err error)

func (*AuditedAttributes) MarshalTo

func (m *AuditedAttributes) MarshalTo(dAtA []byte) (int, error)

func (*AuditedAttributes) MarshalToSizedBuffer

func (m *AuditedAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuditedAttributes) ProtoMessage

func (*AuditedAttributes) ProtoMessage()

func (*AuditedAttributes) Reset

func (m *AuditedAttributes) Reset()

func (*AuditedAttributes) Size

func (m *AuditedAttributes) Size() (n int)

func (*AuditedAttributes) String

func (m *AuditedAttributes) String() string

func (*AuditedAttributes) Unmarshal

func (m *AuditedAttributes) Unmarshal(dAtA []byte) error

func (*AuditedAttributes) XXX_DiscardUnknown

func (m *AuditedAttributes) XXX_DiscardUnknown()

func (*AuditedAttributes) XXX_Marshal

func (m *AuditedAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuditedAttributes) XXX_Merge

func (m *AuditedAttributes) XXX_Merge(src proto.Message)

func (*AuditedAttributes) XXX_Size

func (m *AuditedAttributes) XXX_Size() int

func (*AuditedAttributes) XXX_Unmarshal

func (m *AuditedAttributes) XXX_Unmarshal(b []byte) error

type GenesisState

type GenesisState struct {
	Attributes []AuditedAttributes `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes" yaml:"attributes"`
}

GenesisState defines the basic genesis state used by audit module

func (*GenesisState) Descriptor

func (*GenesisState) Descriptor() ([]byte, []int)

func (*GenesisState) GetAttributes

func (m *GenesisState) GetAttributes() []AuditedAttributes

func (*GenesisState) Marshal

func (m *GenesisState) Marshal() (dAtA []byte, err error)

func (*GenesisState) MarshalTo

func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)

func (*GenesisState) MarshalToSizedBuffer

func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) Reset

func (m *GenesisState) Reset()

func (*GenesisState) Size

func (m *GenesisState) Size() (n int)

func (*GenesisState) String

func (m *GenesisState) String() string

func (*GenesisState) Unmarshal

func (m *GenesisState) Unmarshal(dAtA []byte) error

func (*GenesisState) XXX_DiscardUnknown

func (m *GenesisState) XXX_DiscardUnknown()

func (*GenesisState) XXX_Marshal

func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenesisState) XXX_Merge

func (m *GenesisState) XXX_Merge(src proto.Message)

func (*GenesisState) XXX_Size

func (m *GenesisState) XXX_Size() int

func (*GenesisState) XXX_Unmarshal

func (m *GenesisState) XXX_Unmarshal(b []byte) error

type MsgDeleteProviderAttributes

type MsgDeleteProviderAttributes struct {
	Owner   string   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner" yaml:"owner"`
	Auditor string   `protobuf:"bytes,2,opt,name=auditor,proto3" json:"auditor" yaml:"auditor"`
	Keys    []string `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys" yaml:"keys"`
}

MsgDeleteProviderAttributes defined the Msg/DeleteProviderAttributes

func (*MsgDeleteProviderAttributes) Descriptor

func (*MsgDeleteProviderAttributes) Descriptor() ([]byte, []int)

func (*MsgDeleteProviderAttributes) GetAuditor

func (m *MsgDeleteProviderAttributes) GetAuditor() string

func (*MsgDeleteProviderAttributes) GetKeys

func (m *MsgDeleteProviderAttributes) GetKeys() []string

func (*MsgDeleteProviderAttributes) GetOwner

func (m *MsgDeleteProviderAttributes) GetOwner() string

func (*MsgDeleteProviderAttributes) Marshal

func (m *MsgDeleteProviderAttributes) Marshal() (dAtA []byte, err error)

func (*MsgDeleteProviderAttributes) MarshalTo

func (m *MsgDeleteProviderAttributes) MarshalTo(dAtA []byte) (int, error)

func (*MsgDeleteProviderAttributes) MarshalToSizedBuffer

func (m *MsgDeleteProviderAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgDeleteProviderAttributes) ProtoMessage

func (*MsgDeleteProviderAttributes) ProtoMessage()

func (*MsgDeleteProviderAttributes) Reset

func (m *MsgDeleteProviderAttributes) Reset()

func (*MsgDeleteProviderAttributes) Size

func (m *MsgDeleteProviderAttributes) Size() (n int)

func (*MsgDeleteProviderAttributes) String

func (m *MsgDeleteProviderAttributes) String() string

func (*MsgDeleteProviderAttributes) Unmarshal

func (m *MsgDeleteProviderAttributes) Unmarshal(dAtA []byte) error

func (*MsgDeleteProviderAttributes) XXX_DiscardUnknown

func (m *MsgDeleteProviderAttributes) XXX_DiscardUnknown()

func (*MsgDeleteProviderAttributes) XXX_Marshal

func (m *MsgDeleteProviderAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDeleteProviderAttributes) XXX_Merge

func (m *MsgDeleteProviderAttributes) XXX_Merge(src proto.Message)

func (*MsgDeleteProviderAttributes) XXX_Size

func (m *MsgDeleteProviderAttributes) XXX_Size() int

func (*MsgDeleteProviderAttributes) XXX_Unmarshal

func (m *MsgDeleteProviderAttributes) XXX_Unmarshal(b []byte) error

type MsgDeleteProviderAttributesResponse

type MsgDeleteProviderAttributesResponse struct {
}

MsgDeleteProviderAttributesResponse defines the Msg/ProviderAttributes response type.

func (*MsgDeleteProviderAttributesResponse) Descriptor

func (*MsgDeleteProviderAttributesResponse) Descriptor() ([]byte, []int)

func (*MsgDeleteProviderAttributesResponse) Marshal

func (m *MsgDeleteProviderAttributesResponse) Marshal() (dAtA []byte, err error)

func (*MsgDeleteProviderAttributesResponse) MarshalTo

func (m *MsgDeleteProviderAttributesResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgDeleteProviderAttributesResponse) MarshalToSizedBuffer

func (m *MsgDeleteProviderAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgDeleteProviderAttributesResponse) ProtoMessage

func (*MsgDeleteProviderAttributesResponse) ProtoMessage()

func (*MsgDeleteProviderAttributesResponse) Reset

func (*MsgDeleteProviderAttributesResponse) Size

func (*MsgDeleteProviderAttributesResponse) String

func (*MsgDeleteProviderAttributesResponse) Unmarshal

func (m *MsgDeleteProviderAttributesResponse) Unmarshal(dAtA []byte) error

func (*MsgDeleteProviderAttributesResponse) XXX_DiscardUnknown

func (m *MsgDeleteProviderAttributesResponse) XXX_DiscardUnknown()

func (*MsgDeleteProviderAttributesResponse) XXX_Marshal

func (m *MsgDeleteProviderAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgDeleteProviderAttributesResponse) XXX_Merge

func (*MsgDeleteProviderAttributesResponse) XXX_Size

func (*MsgDeleteProviderAttributesResponse) XXX_Unmarshal

func (m *MsgDeleteProviderAttributesResponse) XXX_Unmarshal(b []byte) error

type MsgSignProviderAttributes

type MsgSignProviderAttributes struct {
	Owner      string                                       `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner" yaml:"owner"`
	Auditor    string                                       `protobuf:"bytes,2,opt,name=auditor,proto3" json:"auditor" yaml:"auditor"`
	Attributes pkg_akt_dev_go_node_types_v1beta3.Attributes `` /* 139-byte string literal not displayed */
}

MsgSignProviderAttributes defines an SDK message for signing a provider attributes

func (*MsgSignProviderAttributes) Descriptor

func (*MsgSignProviderAttributes) Descriptor() ([]byte, []int)

func (*MsgSignProviderAttributes) GetAttributes

func (*MsgSignProviderAttributes) GetAuditor

func (m *MsgSignProviderAttributes) GetAuditor() string

func (*MsgSignProviderAttributes) GetOwner

func (m *MsgSignProviderAttributes) GetOwner() string

func (*MsgSignProviderAttributes) Marshal

func (m *MsgSignProviderAttributes) Marshal() (dAtA []byte, err error)

func (*MsgSignProviderAttributes) MarshalTo

func (m *MsgSignProviderAttributes) MarshalTo(dAtA []byte) (int, error)

func (*MsgSignProviderAttributes) MarshalToSizedBuffer

func (m *MsgSignProviderAttributes) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSignProviderAttributes) ProtoMessage

func (*MsgSignProviderAttributes) ProtoMessage()

func (*MsgSignProviderAttributes) Reset

func (m *MsgSignProviderAttributes) Reset()

func (*MsgSignProviderAttributes) Size

func (m *MsgSignProviderAttributes) Size() (n int)

func (*MsgSignProviderAttributes) String

func (m *MsgSignProviderAttributes) String() string

func (*MsgSignProviderAttributes) Unmarshal

func (m *MsgSignProviderAttributes) Unmarshal(dAtA []byte) error

func (*MsgSignProviderAttributes) XXX_DiscardUnknown

func (m *MsgSignProviderAttributes) XXX_DiscardUnknown()

func (*MsgSignProviderAttributes) XXX_Marshal

func (m *MsgSignProviderAttributes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSignProviderAttributes) XXX_Merge

func (m *MsgSignProviderAttributes) XXX_Merge(src proto.Message)

func (*MsgSignProviderAttributes) XXX_Size

func (m *MsgSignProviderAttributes) XXX_Size() int

func (*MsgSignProviderAttributes) XXX_Unmarshal

func (m *MsgSignProviderAttributes) XXX_Unmarshal(b []byte) error

type MsgSignProviderAttributesResponse

type MsgSignProviderAttributesResponse struct {
}

MsgSignProviderAttributesResponse defines the Msg/CreateProvider response type.

func (*MsgSignProviderAttributesResponse) Descriptor

func (*MsgSignProviderAttributesResponse) Descriptor() ([]byte, []int)

func (*MsgSignProviderAttributesResponse) Marshal

func (m *MsgSignProviderAttributesResponse) Marshal() (dAtA []byte, err error)

func (*MsgSignProviderAttributesResponse) MarshalTo

func (m *MsgSignProviderAttributesResponse) MarshalTo(dAtA []byte) (int, error)

func (*MsgSignProviderAttributesResponse) MarshalToSizedBuffer

func (m *MsgSignProviderAttributesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MsgSignProviderAttributesResponse) ProtoMessage

func (*MsgSignProviderAttributesResponse) ProtoMessage()

func (*MsgSignProviderAttributesResponse) Reset

func (*MsgSignProviderAttributesResponse) Size

func (m *MsgSignProviderAttributesResponse) Size() (n int)

func (*MsgSignProviderAttributesResponse) String

func (*MsgSignProviderAttributesResponse) Unmarshal

func (m *MsgSignProviderAttributesResponse) Unmarshal(dAtA []byte) error

func (*MsgSignProviderAttributesResponse) XXX_DiscardUnknown

func (m *MsgSignProviderAttributesResponse) XXX_DiscardUnknown()

func (*MsgSignProviderAttributesResponse) XXX_Marshal

func (m *MsgSignProviderAttributesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MsgSignProviderAttributesResponse) XXX_Merge

func (*MsgSignProviderAttributesResponse) XXX_Size

func (m *MsgSignProviderAttributesResponse) XXX_Size() int

func (*MsgSignProviderAttributesResponse) XXX_Unmarshal

func (m *MsgSignProviderAttributesResponse) XXX_Unmarshal(b []byte) error

type Provider

type Provider struct {
	Owner      string                                       `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner" yaml:"owner"`
	Auditor    string                                       `protobuf:"bytes,2,opt,name=auditor,proto3" json:"auditor" yaml:"auditor"`
	Attributes pkg_akt_dev_go_node_types_v1beta3.Attributes `` /* 139-byte string literal not displayed */
}

Provider stores owner auditor and attributes details

func (*Provider) Descriptor

func (*Provider) Descriptor() ([]byte, []int)

func (*Provider) GetAttributes

func (*Provider) GetAuditor

func (m *Provider) GetAuditor() string

func (*Provider) GetOwner

func (m *Provider) GetOwner() string

func (*Provider) Marshal

func (m *Provider) Marshal() (dAtA []byte, err error)

func (*Provider) MarshalTo

func (m *Provider) MarshalTo(dAtA []byte) (int, error)

func (*Provider) MarshalToSizedBuffer

func (m *Provider) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Provider) ProtoMessage

func (*Provider) ProtoMessage()

func (*Provider) Reset

func (m *Provider) Reset()

func (*Provider) Size

func (m *Provider) Size() (n int)

func (*Provider) String

func (m *Provider) String() string

func (*Provider) Unmarshal

func (m *Provider) Unmarshal(dAtA []byte) error

func (*Provider) XXX_DiscardUnknown

func (m *Provider) XXX_DiscardUnknown()

func (*Provider) XXX_Marshal

func (m *Provider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Provider) XXX_Merge

func (m *Provider) XXX_Merge(src proto.Message)

func (*Provider) XXX_Size

func (m *Provider) XXX_Size() int

func (*Provider) XXX_Unmarshal

func (m *Provider) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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