pb

package
v0.0.0-...-9bbed00 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_components_github_pb_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AppInstallation

type AppInstallation struct {
	Typemeta *kube.TypeMeta       `protobuf:"bytes,1,opt,name=typemeta,proto3" json:"typemeta,omitempty"`
	Metadata *kube.ObjectMeta     `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *AppInstallationSpec `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInstallation) Descriptor deprecated

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

Deprecated: Use AppInstallation.ProtoReflect.Descriptor instead.

func (*AppInstallation) GetMetadata

func (x *AppInstallation) GetMetadata() *kube.ObjectMeta

func (*AppInstallation) GetSpec

func (x *AppInstallation) GetSpec() *AppInstallationSpec

func (*AppInstallation) GetTypemeta

func (x *AppInstallation) GetTypemeta() *kube.TypeMeta

func (*AppInstallation) ProtoMessage

func (*AppInstallation) ProtoMessage()

func (*AppInstallation) ProtoReflect

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

func (*AppInstallation) Reset

func (x *AppInstallation) Reset()

func (*AppInstallation) String

func (x *AppInstallation) String() string

type AppInstallationSpec

type AppInstallationSpec struct {

	// The capitilization isn't normal proto, but it avoids name mangling
	Id      int64          `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Account *GithubAccount `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInstallationSpec) Descriptor deprecated

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

Deprecated: Use AppInstallationSpec.ProtoReflect.Descriptor instead.

func (*AppInstallationSpec) GetAccount

func (x *AppInstallationSpec) GetAccount() *GithubAccount

func (*AppInstallationSpec) GetId

func (x *AppInstallationSpec) GetId() int64

func (*AppInstallationSpec) ProtoMessage

func (*AppInstallationSpec) ProtoMessage()

func (*AppInstallationSpec) ProtoReflect

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

func (*AppInstallationSpec) Reset

func (x *AppInstallationSpec) Reset()

func (*AppInstallationSpec) String

func (x *AppInstallationSpec) String() string

type GithubAccount

type GithubAccount struct {
	Id    int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Login string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

func (*GithubAccount) Descriptor deprecated

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

Deprecated: Use GithubAccount.ProtoReflect.Descriptor instead.

func (*GithubAccount) GetId

func (x *GithubAccount) GetId() int64

func (*GithubAccount) GetLogin

func (x *GithubAccount) GetLogin() string

func (*GithubAccount) ProtoMessage

func (*GithubAccount) ProtoMessage()

func (*GithubAccount) ProtoReflect

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

func (*GithubAccount) Reset

func (x *GithubAccount) Reset()

func (*GithubAccount) String

func (x *GithubAccount) String() string

Jump to

Keyboard shortcuts

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