pb

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 16 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_commit_proto protoreflect.FileDescriptor
View Source
var File_identity_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CommitDetail

type CommitDetail struct {
	CommitID string                 `protobuf:"bytes,1,opt,name=commitID,proto3" json:"commitID,omitempty"`
	Repo     string                 `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo,omitempty"`
	RepoAddr string                 `protobuf:"bytes,3,opt,name=repoAddr,proto3" json:"repoAddr,omitempty"`
	Author   string                 `protobuf:"bytes,4,opt,name=author,proto3" json:"author,omitempty"`
	Email    string                 `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Time     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=time,proto3" json:"time,omitempty"`
	Comment  string                 `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitDetail) Descriptor deprecated

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

Deprecated: Use CommitDetail.ProtoReflect.Descriptor instead.

func (*CommitDetail) GetAuthor

func (x *CommitDetail) GetAuthor() string

func (*CommitDetail) GetComment

func (x *CommitDetail) GetComment() string

func (*CommitDetail) GetCommitID

func (x *CommitDetail) GetCommitID() string

func (*CommitDetail) GetEmail

func (x *CommitDetail) GetEmail() string

func (*CommitDetail) GetRepo

func (x *CommitDetail) GetRepo() string

func (*CommitDetail) GetRepoAddr

func (x *CommitDetail) GetRepoAddr() string

func (*CommitDetail) GetTime

func (x *CommitDetail) GetTime() *timestamppb.Timestamp

func (*CommitDetail) MarshalJSON

func (m *CommitDetail) MarshalJSON() ([]byte, error)

CommitDetail implement json.Marshaler.

func (*CommitDetail) ProtoMessage

func (*CommitDetail) ProtoMessage()

func (*CommitDetail) ProtoReflect

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

func (*CommitDetail) Reset

func (x *CommitDetail) Reset()

func (*CommitDetail) String

func (x *CommitDetail) String() string

func (*CommitDetail) UnmarshalJSON

func (m *CommitDetail) UnmarshalJSON(b []byte) error

CommitDetail implement json.Marshaler.

func (*CommitDetail) UnmarshalURLValues

func (m *CommitDetail) UnmarshalURLValues(prefix string, values url.Values) error

CommitDetail implement urlenc.URLValuesUnmarshaler.

func (*CommitDetail) Validate

func (this *CommitDetail) Validate() error

type IdentityInfo

type IdentityInfo struct {

	// UserID is user id. It must be provided in some cases.
	// Cannot be null if InternalClient is null.
	// +optional
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
	// InternalClient records the internal client, such as: bundle.
	// Cannot be null if UserID is null.
	// +optional
	InternalClient string `protobuf:"bytes,2,opt,name=internalClient,proto3" json:"internalClient,omitempty"`
	// OrgID is org id. It must be provided in some cases.
	// +optional
	OrgID string `protobuf:"bytes,3,opt,name=orgID,proto3" json:"orgID,omitempty"`
	// contains filtered or unexported fields
}

func (*IdentityInfo) Descriptor deprecated

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

Deprecated: Use IdentityInfo.ProtoReflect.Descriptor instead.

func (*IdentityInfo) GetInternalClient

func (x *IdentityInfo) GetInternalClient() string

func (*IdentityInfo) GetOrgID

func (x *IdentityInfo) GetOrgID() string

func (*IdentityInfo) GetUserID

func (x *IdentityInfo) GetUserID() string

func (*IdentityInfo) MarshalJSON

func (m *IdentityInfo) MarshalJSON() ([]byte, error)

IdentityInfo implement json.Marshaler.

func (*IdentityInfo) ProtoMessage

func (*IdentityInfo) ProtoMessage()

func (*IdentityInfo) ProtoReflect

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

func (*IdentityInfo) Reset

func (x *IdentityInfo) Reset()

func (*IdentityInfo) String

func (x *IdentityInfo) String() string

func (*IdentityInfo) UnmarshalJSON

func (m *IdentityInfo) UnmarshalJSON(b []byte) error

IdentityInfo implement json.Marshaler.

func (*IdentityInfo) UnmarshalURLValues

func (m *IdentityInfo) UnmarshalURLValues(prefix string, values url.Values) error

IdentityInfo implement urlenc.URLValuesUnmarshaler.

func (*IdentityInfo) Validate

func (this *IdentityInfo) Validate() error

Jump to

Keyboard shortcuts

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