types

package
v4.0.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthBranch        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBranch          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupBranch = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthComment        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowComment          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupComment = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthDao        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowDao          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupDao = 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")
)
View Source
var (
	ErrInvalidLengthIssue        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowIssue          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupIssue = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthMember        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowMember          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupMember = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthPullRequest        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowPullRequest          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupPullRequest = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRelease        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRelease          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRelease = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthRepository        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRepository          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupRepository = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTag        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTag          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTag = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthTask        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowTask          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupTask = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthUser        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowUser          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupUser = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthWhois        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowWhois          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupWhois = fmt.Errorf("proto: unexpected end of group")
)
View Source
var Comment_Type_name = map[int32]string{
	0: "ISSUE",
	1: "PULLREQUEST",
}
View Source
var Comment_Type_value = map[string]int32{
	"ISSUE":       0,
	"PULLREQUEST": 1,
}
View Source
var Issue_State_name = map[int32]string{
	0: "OPEN",
	1: "CLOSED",
}
View Source
var Issue_State_value = map[string]int32{
	"OPEN":   0,
	"CLOSED": 1,
}
View Source
var MemberRole_name = map[int32]string{
	0: "MEMBER",
	1: "OWNER",
}
View Source
var MemberRole_value = map[string]int32{
	"MEMBER": 0,
	"OWNER":  1,
}
View Source
var OwnerType_name = map[int32]string{
	0: "USER",
	1: "DAO",
}
View Source
var OwnerType_value = map[string]int32{
	"USER": 0,
	"DAO":  1,
}
View Source
var PullRequest_State_name = map[int32]string{
	0: "OPEN",
	1: "CLOSED",
	2: "MERGED",
}
View Source
var PullRequest_State_value = map[string]int32{
	"OPEN":   0,
	"CLOSED": 1,
	"MERGED": 2,
}
View Source
var RepositoryBackup_Store_name = map[int32]string{
	0: "IPFS",
	1: "ARWEAVE",
}
View Source
var RepositoryBackup_Store_value = map[string]int32{
	"IPFS":    0,
	"ARWEAVE": 1,
}
View Source
var RepositoryCollaborator_Permission_name = map[int32]string{
	0: "READ",
	1: "TRIAGE",
	2: "WRITE",
	3: "MAINTAIN",
	4: "ADMIN",
}
View Source
var RepositoryCollaborator_Permission_value = map[string]int32{
	"READ":     0,
	"TRIAGE":   1,
	"WRITE":    2,
	"MAINTAIN": 3,
	"ADMIN":    4,
}
View Source
var TaskState_name = map[int32]string{
	0: "TASK_STATE_PENDING",
	1: "TASK_STATE_SUCCESS",
	2: "TASK_STATE_FAILURE",
}
View Source
var TaskState_value = map[string]int32{
	"TASK_STATE_PENDING": 0,
	"TASK_STATE_SUCCESS": 1,
	"TASK_STATE_FAILURE": 2,
}
View Source
var TaskType_name = map[int32]string{
	0: "TASK_TYPE_FORK_REPOSITORY",
	1: "TASK_TYPE_SET_PULL_REQUEST_STATE",
}
View Source
var TaskType_value = map[string]int32{
	"TASK_TYPE_FORK_REPOSITORY":        0,
	"TASK_TYPE_SET_PULL_REQUEST_STATE": 1,
}

Functions

This section is empty.

Types

type Attachment

type Attachment struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Size_    uint64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	Sha      string `protobuf:"bytes,3,opt,name=sha,proto3" json:"sha,omitempty"`
	Uploader string `protobuf:"bytes,4,opt,name=uploader,proto3" json:"uploader,omitempty"`
}

func (*Attachment) Descriptor

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

func (*Attachment) GetName

func (m *Attachment) GetName() string

func (*Attachment) GetSha

func (m *Attachment) GetSha() string

func (*Attachment) GetSize_

func (m *Attachment) GetSize_() uint64

func (*Attachment) GetUploader

func (m *Attachment) GetUploader() string

func (*Attachment) Marshal

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

func (*Attachment) MarshalTo

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

func (*Attachment) MarshalToSizedBuffer

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

func (*Attachment) ProtoMessage

func (*Attachment) ProtoMessage()

func (*Attachment) Reset

func (m *Attachment) Reset()

func (*Attachment) Size

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

func (*Attachment) String

func (m *Attachment) String() string

func (*Attachment) Unmarshal

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

func (*Attachment) XXX_DiscardUnknown

func (m *Attachment) XXX_DiscardUnknown()

func (*Attachment) XXX_Marshal

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

func (*Attachment) XXX_Merge

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

func (*Attachment) XXX_Size

func (m *Attachment) XXX_Size() int

func (*Attachment) XXX_Unmarshal

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

type BaseRepositoryKey

type BaseRepositoryKey struct {
	Id      uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
}

func (*BaseRepositoryKey) Descriptor

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

func (*BaseRepositoryKey) GetAddress

func (m *BaseRepositoryKey) GetAddress() string

func (*BaseRepositoryKey) GetId

func (m *BaseRepositoryKey) GetId() uint64

func (*BaseRepositoryKey) GetName

func (m *BaseRepositoryKey) GetName() string

func (*BaseRepositoryKey) Marshal

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

func (*BaseRepositoryKey) MarshalTo

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

func (*BaseRepositoryKey) MarshalToSizedBuffer

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

func (*BaseRepositoryKey) ProtoMessage

func (*BaseRepositoryKey) ProtoMessage()

func (*BaseRepositoryKey) Reset

func (m *BaseRepositoryKey) Reset()

func (*BaseRepositoryKey) Size

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

func (*BaseRepositoryKey) String

func (m *BaseRepositoryKey) String() string

func (*BaseRepositoryKey) Unmarshal

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

func (*BaseRepositoryKey) XXX_DiscardUnknown

func (m *BaseRepositoryKey) XXX_DiscardUnknown()

func (*BaseRepositoryKey) XXX_Marshal

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

func (*BaseRepositoryKey) XXX_Merge

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

func (*BaseRepositoryKey) XXX_Size

func (m *BaseRepositoryKey) XXX_Size() int

func (*BaseRepositoryKey) XXX_Unmarshal

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

type Branch

type Branch struct {
	Id             uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryId   uint64 `protobuf:"varint,2,opt,name=repositoryId,proto3" json:"repositoryId,omitempty"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Sha            string `protobuf:"bytes,4,opt,name=sha,proto3" json:"sha,omitempty"`
	AllowForcePush bool   `protobuf:"varint,5,opt,name=allowForcePush,proto3" json:"allowForcePush,omitempty"`
	CreatedAt      int64  `protobuf:"varint,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt      int64  `protobuf:"varint,7,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
}

func (*Branch) Descriptor

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

func (*Branch) GetAllowForcePush

func (m *Branch) GetAllowForcePush() bool

func (*Branch) GetCreatedAt

func (m *Branch) GetCreatedAt() int64

func (*Branch) GetId

func (m *Branch) GetId() uint64

func (*Branch) GetName

func (m *Branch) GetName() string

func (*Branch) GetRepositoryId

func (m *Branch) GetRepositoryId() uint64

func (*Branch) GetSha

func (m *Branch) GetSha() string

func (*Branch) GetUpdatedAt

func (m *Branch) GetUpdatedAt() int64

func (*Branch) Marshal

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

func (*Branch) MarshalTo

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

func (*Branch) MarshalToSizedBuffer

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

func (*Branch) ProtoMessage

func (*Branch) ProtoMessage()

func (*Branch) Reset

func (m *Branch) Reset()

func (*Branch) Size

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

func (*Branch) String

func (m *Branch) String() string

func (*Branch) Unmarshal

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

func (*Branch) XXX_DiscardUnknown

func (m *Branch) XXX_DiscardUnknown()

func (*Branch) XXX_Marshal

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

func (*Branch) XXX_Merge

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

func (*Branch) XXX_Size

func (m *Branch) XXX_Size() int

func (*Branch) XXX_Unmarshal

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

type Comment

type Comment struct {
	Creator           string       `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id                uint64       `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ParentId          uint64       `protobuf:"varint,3,opt,name=parentId,proto3" json:"parentId,omitempty"`
	CommentIid        uint64       `protobuf:"varint,4,opt,name=commentIid,proto3" json:"commentIid,omitempty"`
	Body              string       `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	Attachments       []string     `protobuf:"bytes,6,rep,name=attachments,proto3" json:"attachments,omitempty"`
	DiffHunk          string       `protobuf:"bytes,7,opt,name=diffHunk,proto3" json:"diffHunk,omitempty"`
	Path              string       `protobuf:"bytes,8,opt,name=path,proto3" json:"path,omitempty"`
	System            bool         `protobuf:"varint,9,opt,name=system,proto3" json:"system,omitempty"`
	AuthorAssociation string       `protobuf:"bytes,10,opt,name=authorAssociation,proto3" json:"authorAssociation,omitempty"`
	CreatedAt         int64        `protobuf:"varint,11,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt         int64        `protobuf:"varint,12,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	CommentType       Comment_Type `` /* 127-byte string literal not displayed */
}

func (*Comment) Descriptor

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

func (*Comment) GetAttachments

func (m *Comment) GetAttachments() []string

func (*Comment) GetAuthorAssociation

func (m *Comment) GetAuthorAssociation() string

func (*Comment) GetBody

func (m *Comment) GetBody() string

func (*Comment) GetCommentIid

func (m *Comment) GetCommentIid() uint64

func (*Comment) GetCommentType

func (m *Comment) GetCommentType() Comment_Type

func (*Comment) GetCreatedAt

func (m *Comment) GetCreatedAt() int64

func (*Comment) GetCreator

func (m *Comment) GetCreator() string

func (*Comment) GetDiffHunk

func (m *Comment) GetDiffHunk() string

func (*Comment) GetId

func (m *Comment) GetId() uint64

func (*Comment) GetParentId

func (m *Comment) GetParentId() uint64

func (*Comment) GetPath

func (m *Comment) GetPath() string

func (*Comment) GetSystem

func (m *Comment) GetSystem() bool

func (*Comment) GetUpdatedAt

func (m *Comment) GetUpdatedAt() int64

func (*Comment) Marshal

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

func (*Comment) MarshalTo

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

func (*Comment) MarshalToSizedBuffer

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

func (*Comment) ProtoMessage

func (*Comment) ProtoMessage()

func (*Comment) Reset

func (m *Comment) Reset()

func (*Comment) Size

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

func (*Comment) String

func (m *Comment) String() string

func (*Comment) Unmarshal

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

func (*Comment) XXX_DiscardUnknown

func (m *Comment) XXX_DiscardUnknown()

func (*Comment) XXX_Marshal

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

func (*Comment) XXX_Merge

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

func (*Comment) XXX_Size

func (m *Comment) XXX_Size() int

func (*Comment) XXX_Unmarshal

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

type Comment_Type

type Comment_Type int32
const (
	Comment_ISSUE       Comment_Type = 0
	Comment_PULLREQUEST Comment_Type = 1
)

func (Comment_Type) EnumDescriptor

func (Comment_Type) EnumDescriptor() ([]byte, []int)

func (Comment_Type) String

func (x Comment_Type) String() string

type Dao

type Dao struct {
	Creator     string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id          uint64   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Address     string   `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Name        string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	AvatarUrl   string   `protobuf:"bytes,5,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	Followers   []string `protobuf:"bytes,6,rep,name=followers,proto3" json:"followers,omitempty"`
	Following   []string `protobuf:"bytes,7,rep,name=following,proto3" json:"following,omitempty"`
	Teams       []uint64 `protobuf:"varint,8,rep,packed,name=teams,proto3" json:"teams,omitempty"`
	Location    string   `protobuf:"bytes,9,opt,name=location,proto3" json:"location,omitempty"`
	Website     string   `protobuf:"bytes,10,opt,name=website,proto3" json:"website,omitempty"`
	Verified    bool     `protobuf:"varint,11,opt,name=verified,proto3" json:"verified,omitempty"`
	Description string   `protobuf:"bytes,12,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   int64    `protobuf:"varint,13,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   int64    `protobuf:"varint,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
}

func (*Dao) Descriptor

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

func (*Dao) GetAddress

func (m *Dao) GetAddress() string

func (*Dao) GetAvatarUrl

func (m *Dao) GetAvatarUrl() string

func (*Dao) GetCreatedAt

func (m *Dao) GetCreatedAt() int64

func (*Dao) GetCreator

func (m *Dao) GetCreator() string

func (*Dao) GetDescription

func (m *Dao) GetDescription() string

func (*Dao) GetFollowers

func (m *Dao) GetFollowers() []string

func (*Dao) GetFollowing

func (m *Dao) GetFollowing() []string

func (*Dao) GetId

func (m *Dao) GetId() uint64

func (*Dao) GetLocation

func (m *Dao) GetLocation() string

func (*Dao) GetName

func (m *Dao) GetName() string

func (*Dao) GetTeams

func (m *Dao) GetTeams() []uint64

func (*Dao) GetUpdatedAt

func (m *Dao) GetUpdatedAt() int64

func (*Dao) GetVerified

func (m *Dao) GetVerified() bool

func (*Dao) GetWebsite

func (m *Dao) GetWebsite() string

func (*Dao) Marshal

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

func (*Dao) MarshalTo

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

func (*Dao) MarshalToSizedBuffer

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

func (*Dao) ProtoMessage

func (*Dao) ProtoMessage()

func (*Dao) Reset

func (m *Dao) Reset()

func (*Dao) Size

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

func (*Dao) String

func (m *Dao) String() string

func (*Dao) Unmarshal

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

func (*Dao) XXX_DiscardUnknown

func (m *Dao) XXX_DiscardUnknown()

func (*Dao) XXX_Marshal

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

func (*Dao) XXX_Merge

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

func (*Dao) XXX_Size

func (m *Dao) XXX_Size() int

func (*Dao) XXX_Unmarshal

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

type GenesisState

type GenesisState struct {
	BaseRepositoryKeyList []BaseRepositoryKey `protobuf:"bytes,26,rep,name=baseRepositoryKeyList,proto3" json:"baseRepositoryKeyList"`
	UserDaoList           []UserDao           `protobuf:"bytes,25,rep,name=userDaoList,proto3" json:"userDaoList"`
	TaskList              []Task              `protobuf:"bytes,17,rep,name=taskList,proto3" json:"taskList"`
	TaskCount             uint64              `protobuf:"varint,18,opt,name=taskCount,proto3" json:"taskCount,omitempty"`
	BranchList            []Branch            `protobuf:"bytes,19,rep,name=branchList,proto3" json:"branchList"`
	BranchCount           uint64              `protobuf:"varint,20,opt,name=branchCount,proto3" json:"branchCount,omitempty"`
	TagList               []Tag               `protobuf:"bytes,21,rep,name=tagList,proto3" json:"tagList"`
	TagCount              uint64              `protobuf:"varint,22,opt,name=tagCount,proto3" json:"tagCount,omitempty"`
	MemberList            []Member            `protobuf:"bytes,23,rep,name=memberList,proto3" json:"memberList"`
	MemberCount           uint64              `protobuf:"varint,24,opt,name=memberCount,proto3" json:"memberCount,omitempty"`
	// this line is used by starport scaffolding # genesis/proto/state
	ReleaseList      []Release     `protobuf:"bytes,15,rep,name=releaseList,proto3" json:"releaseList"`
	ReleaseCount     uint64        `protobuf:"varint,16,opt,name=releaseCount,proto3" json:"releaseCount,omitempty"`
	PullRequestList  []PullRequest `protobuf:"bytes,13,rep,name=pullRequestList,proto3" json:"pullRequestList"`
	PullRequestCount uint64        `protobuf:"varint,14,opt,name=pullRequestCount,proto3" json:"pullRequestCount,omitempty"`
	DaoList          []Dao         `protobuf:"bytes,11,rep,name=daoList,proto3" json:"daoList"`
	DaoCount         uint64        `protobuf:"varint,12,opt,name=daoCount,proto3" json:"daoCount,omitempty"`
	CommentList      []Comment     `protobuf:"bytes,9,rep,name=commentList,proto3" json:"commentList"`
	CommentCount     uint64        `protobuf:"varint,10,opt,name=commentCount,proto3" json:"commentCount,omitempty"`
	IssueList        []Issue       `protobuf:"bytes,7,rep,name=issueList,proto3" json:"issueList"`
	IssueCount       uint64        `protobuf:"varint,8,opt,name=issueCount,proto3" json:"issueCount,omitempty"`
	RepositoryList   []Repository  `protobuf:"bytes,5,rep,name=repositoryList,proto3" json:"repositoryList"`
	RepositoryCount  uint64        `protobuf:"varint,6,opt,name=repositoryCount,proto3" json:"repositoryCount,omitempty"`
	UserList         []User        `protobuf:"bytes,3,rep,name=userList,proto3" json:"userList"`
	UserCount        uint64        `protobuf:"varint,4,opt,name=userCount,proto3" json:"userCount,omitempty"`
	WhoisList        []Whois       `protobuf:"bytes,1,rep,name=whoisList,proto3" json:"whoisList"`
	WhoisCount       uint64        `protobuf:"varint,2,opt,name=whoisCount,proto3" json:"whoisCount,omitempty"`
}

GenesisState defines the gitopia module's genesis state.

func (*GenesisState) Descriptor

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

func (*GenesisState) GetBaseRepositoryKeyList

func (m *GenesisState) GetBaseRepositoryKeyList() []BaseRepositoryKey

func (*GenesisState) GetBranchCount

func (m *GenesisState) GetBranchCount() uint64

func (*GenesisState) GetBranchList

func (m *GenesisState) GetBranchList() []Branch

func (*GenesisState) GetCommentCount

func (m *GenesisState) GetCommentCount() uint64

func (*GenesisState) GetCommentList

func (m *GenesisState) GetCommentList() []Comment

func (*GenesisState) GetDaoCount

func (m *GenesisState) GetDaoCount() uint64

func (*GenesisState) GetDaoList

func (m *GenesisState) GetDaoList() []Dao

func (*GenesisState) GetIssueCount

func (m *GenesisState) GetIssueCount() uint64

func (*GenesisState) GetIssueList

func (m *GenesisState) GetIssueList() []Issue

func (*GenesisState) GetMemberCount

func (m *GenesisState) GetMemberCount() uint64

func (*GenesisState) GetMemberList

func (m *GenesisState) GetMemberList() []Member

func (*GenesisState) GetPullRequestCount

func (m *GenesisState) GetPullRequestCount() uint64

func (*GenesisState) GetPullRequestList

func (m *GenesisState) GetPullRequestList() []PullRequest

func (*GenesisState) GetReleaseCount

func (m *GenesisState) GetReleaseCount() uint64

func (*GenesisState) GetReleaseList

func (m *GenesisState) GetReleaseList() []Release

func (*GenesisState) GetRepositoryCount

func (m *GenesisState) GetRepositoryCount() uint64

func (*GenesisState) GetRepositoryList

func (m *GenesisState) GetRepositoryList() []Repository

func (*GenesisState) GetTagCount

func (m *GenesisState) GetTagCount() uint64

func (*GenesisState) GetTagList

func (m *GenesisState) GetTagList() []Tag

func (*GenesisState) GetTaskCount

func (m *GenesisState) GetTaskCount() uint64

func (*GenesisState) GetTaskList

func (m *GenesisState) GetTaskList() []Task

func (*GenesisState) GetUserCount

func (m *GenesisState) GetUserCount() uint64

func (*GenesisState) GetUserDaoList

func (m *GenesisState) GetUserDaoList() []UserDao

func (*GenesisState) GetUserList

func (m *GenesisState) GetUserList() []User

func (*GenesisState) GetWhoisCount

func (m *GenesisState) GetWhoisCount() uint64

func (*GenesisState) GetWhoisList

func (m *GenesisState) GetWhoisList() []Whois

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 Issue

type Issue struct {
	Creator       string      `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id            uint64      `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Iid           uint64      `protobuf:"varint,3,opt,name=iid,proto3" json:"iid,omitempty"`
	Title         string      `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	State         Issue_State `protobuf:"varint,5,opt,name=state,proto3,enum=gitopia.gitopia.gitopia.testnet.Issue_State" json:"state,omitempty"`
	Description   string      `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Comments      []uint64    `protobuf:"varint,7,rep,packed,name=comments,proto3" json:"comments,omitempty"`
	CommentsCount uint64      `protobuf:"varint,8,opt,name=commentsCount,proto3" json:"commentsCount,omitempty"`
	PullRequests  []uint64    `protobuf:"varint,9,rep,packed,name=pullRequests,proto3" json:"pullRequests,omitempty"`
	RepositoryId  uint64      `protobuf:"varint,10,opt,name=repositoryId,proto3" json:"repositoryId,omitempty"`
	Labels        []uint64    `protobuf:"varint,11,rep,packed,name=labels,proto3" json:"labels,omitempty"`
	Weight        uint64      `protobuf:"varint,12,opt,name=weight,proto3" json:"weight,omitempty"`
	Assignees     []string    `protobuf:"bytes,13,rep,name=assignees,proto3" json:"assignees,omitempty"`
	CreatedAt     int64       `protobuf:"varint,14,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt     int64       `protobuf:"varint,15,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	ClosedAt      int64       `protobuf:"varint,16,opt,name=closedAt,proto3" json:"closedAt,omitempty"`
	ClosedBy      string      `protobuf:"bytes,17,opt,name=closedBy,proto3" json:"closedBy,omitempty"`
}

func (*Issue) Descriptor

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

func (*Issue) GetAssignees

func (m *Issue) GetAssignees() []string

func (*Issue) GetClosedAt

func (m *Issue) GetClosedAt() int64

func (*Issue) GetClosedBy

func (m *Issue) GetClosedBy() string

func (*Issue) GetComments

func (m *Issue) GetComments() []uint64

func (*Issue) GetCommentsCount

func (m *Issue) GetCommentsCount() uint64

func (*Issue) GetCreatedAt

func (m *Issue) GetCreatedAt() int64

func (*Issue) GetCreator

func (m *Issue) GetCreator() string

func (*Issue) GetDescription

func (m *Issue) GetDescription() string

func (*Issue) GetId

func (m *Issue) GetId() uint64

func (*Issue) GetIid

func (m *Issue) GetIid() uint64

func (*Issue) GetLabels

func (m *Issue) GetLabels() []uint64

func (*Issue) GetPullRequests

func (m *Issue) GetPullRequests() []uint64

func (*Issue) GetRepositoryId

func (m *Issue) GetRepositoryId() uint64

func (*Issue) GetState

func (m *Issue) GetState() Issue_State

func (*Issue) GetTitle

func (m *Issue) GetTitle() string

func (*Issue) GetUpdatedAt

func (m *Issue) GetUpdatedAt() int64

func (*Issue) GetWeight

func (m *Issue) GetWeight() uint64

func (*Issue) Marshal

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

func (*Issue) MarshalTo

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

func (*Issue) MarshalToSizedBuffer

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

func (*Issue) ProtoMessage

func (*Issue) ProtoMessage()

func (*Issue) Reset

func (m *Issue) Reset()

func (*Issue) Size

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

func (*Issue) String

func (m *Issue) String() string

func (*Issue) Unmarshal

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

func (*Issue) XXX_DiscardUnknown

func (m *Issue) XXX_DiscardUnknown()

func (*Issue) XXX_Marshal

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

func (*Issue) XXX_Merge

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

func (*Issue) XXX_Size

func (m *Issue) XXX_Size() int

func (*Issue) XXX_Unmarshal

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

type Issue_State

type Issue_State int32
const (
	Issue_OPEN   Issue_State = 0
	Issue_CLOSED Issue_State = 1
)

func (Issue_State) EnumDescriptor

func (Issue_State) EnumDescriptor() ([]byte, []int)

func (Issue_State) String

func (x Issue_State) String() string

type Member

type Member struct {
	Id         uint64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Address    string     `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	DaoAddress string     `protobuf:"bytes,3,opt,name=daoAddress,proto3" json:"daoAddress,omitempty"`
	Role       MemberRole `protobuf:"varint,4,opt,name=role,proto3,enum=gitopia.gitopia.gitopia.testnet.MemberRole" json:"role,omitempty"`
}

func (*Member) Descriptor

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

func (*Member) GetAddress

func (m *Member) GetAddress() string

func (*Member) GetDaoAddress

func (m *Member) GetDaoAddress() string

func (*Member) GetId

func (m *Member) GetId() uint64

func (*Member) GetRole

func (m *Member) GetRole() MemberRole

func (*Member) Marshal

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

func (*Member) MarshalTo

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

func (*Member) MarshalToSizedBuffer

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

func (*Member) ProtoMessage

func (*Member) ProtoMessage()

func (*Member) Reset

func (m *Member) Reset()

func (*Member) Size

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

func (*Member) String

func (m *Member) String() string

func (*Member) Unmarshal

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

func (*Member) XXX_DiscardUnknown

func (m *Member) XXX_DiscardUnknown()

func (*Member) XXX_Marshal

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

func (*Member) XXX_Merge

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

func (*Member) XXX_Size

func (m *Member) XXX_Size() int

func (*Member) XXX_Unmarshal

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

type MemberRole

type MemberRole int32
const (
	MemberRole_MEMBER MemberRole = 0
	MemberRole_OWNER  MemberRole = 1
)

func (MemberRole) EnumDescriptor

func (MemberRole) EnumDescriptor() ([]byte, []int)

func (MemberRole) String

func (x MemberRole) String() string

type OwnerType

type OwnerType int32
const (
	OwnerType_USER OwnerType = 0
	OwnerType_DAO  OwnerType = 1
)

func (OwnerType) EnumDescriptor

func (OwnerType) EnumDescriptor() ([]byte, []int)

func (OwnerType) String

func (x OwnerType) String() string

type PullRequest

type PullRequest struct {
	Creator             string            `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id                  uint64            `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Iid                 uint64            `protobuf:"varint,3,opt,name=iid,proto3" json:"iid,omitempty"`
	Title               string            `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	State               PullRequest_State `protobuf:"varint,5,opt,name=state,proto3,enum=gitopia.gitopia.gitopia.testnet.PullRequest_State" json:"state,omitempty"`
	Description         string            `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Locked              bool              `protobuf:"varint,7,opt,name=locked,proto3" json:"locked,omitempty"`
	Comments            []uint64          `protobuf:"varint,8,rep,packed,name=comments,proto3" json:"comments,omitempty"`
	CommentsCount       uint64            `protobuf:"varint,9,opt,name=commentsCount,proto3" json:"commentsCount,omitempty"`
	Issues              []uint64          `protobuf:"varint,10,rep,packed,name=issues,proto3" json:"issues,omitempty"`
	Labels              []uint64          `protobuf:"varint,11,rep,packed,name=labels,proto3" json:"labels,omitempty"`
	Assignees           []string          `protobuf:"bytes,12,rep,name=assignees,proto3" json:"assignees,omitempty"`
	Reviewers           []string          `protobuf:"bytes,13,rep,name=reviewers,proto3" json:"reviewers,omitempty"`
	Draft               bool              `protobuf:"varint,14,opt,name=draft,proto3" json:"draft,omitempty"`
	CreatedAt           int64             `protobuf:"varint,15,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt           int64             `protobuf:"varint,16,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	ClosedAt            int64             `protobuf:"varint,17,opt,name=closedAt,proto3" json:"closedAt,omitempty"`
	ClosedBy            string            `protobuf:"bytes,18,opt,name=closedBy,proto3" json:"closedBy,omitempty"`
	MergedAt            int64             `protobuf:"varint,19,opt,name=mergedAt,proto3" json:"mergedAt,omitempty"`
	MergedBy            string            `protobuf:"bytes,20,opt,name=mergedBy,proto3" json:"mergedBy,omitempty"`
	MergeCommitSha      string            `protobuf:"bytes,21,opt,name=mergeCommitSha,proto3" json:"mergeCommitSha,omitempty"`
	MaintainerCanModify bool              `protobuf:"varint,22,opt,name=maintainerCanModify,proto3" json:"maintainerCanModify,omitempty"`
	Head                *PullRequestHead  `protobuf:"bytes,23,opt,name=head,proto3" json:"head,omitempty"`
	Base                *PullRequestBase  `protobuf:"bytes,25,opt,name=base,proto3" json:"base,omitempty"`
}

func (*PullRequest) Descriptor

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

func (*PullRequest) GetAssignees

func (m *PullRequest) GetAssignees() []string

func (*PullRequest) GetBase

func (m *PullRequest) GetBase() *PullRequestBase

func (*PullRequest) GetClosedAt

func (m *PullRequest) GetClosedAt() int64

func (*PullRequest) GetClosedBy

func (m *PullRequest) GetClosedBy() string

func (*PullRequest) GetComments

func (m *PullRequest) GetComments() []uint64

func (*PullRequest) GetCommentsCount

func (m *PullRequest) GetCommentsCount() uint64

func (*PullRequest) GetCreatedAt

func (m *PullRequest) GetCreatedAt() int64

func (*PullRequest) GetCreator

func (m *PullRequest) GetCreator() string

func (*PullRequest) GetDescription

func (m *PullRequest) GetDescription() string

func (*PullRequest) GetDraft

func (m *PullRequest) GetDraft() bool

func (*PullRequest) GetHead

func (m *PullRequest) GetHead() *PullRequestHead

func (*PullRequest) GetId

func (m *PullRequest) GetId() uint64

func (*PullRequest) GetIid

func (m *PullRequest) GetIid() uint64

func (*PullRequest) GetIssues

func (m *PullRequest) GetIssues() []uint64

func (*PullRequest) GetLabels

func (m *PullRequest) GetLabels() []uint64

func (*PullRequest) GetLocked

func (m *PullRequest) GetLocked() bool

func (*PullRequest) GetMaintainerCanModify

func (m *PullRequest) GetMaintainerCanModify() bool

func (*PullRequest) GetMergeCommitSha

func (m *PullRequest) GetMergeCommitSha() string

func (*PullRequest) GetMergedAt

func (m *PullRequest) GetMergedAt() int64

func (*PullRequest) GetMergedBy

func (m *PullRequest) GetMergedBy() string

func (*PullRequest) GetReviewers

func (m *PullRequest) GetReviewers() []string

func (*PullRequest) GetState

func (m *PullRequest) GetState() PullRequest_State

func (*PullRequest) GetTitle

func (m *PullRequest) GetTitle() string

func (*PullRequest) GetUpdatedAt

func (m *PullRequest) GetUpdatedAt() int64

func (*PullRequest) Marshal

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

func (*PullRequest) MarshalTo

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

func (*PullRequest) MarshalToSizedBuffer

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

func (*PullRequest) ProtoMessage

func (*PullRequest) ProtoMessage()

func (*PullRequest) Reset

func (m *PullRequest) Reset()

func (*PullRequest) Size

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

func (*PullRequest) String

func (m *PullRequest) String() string

func (*PullRequest) Unmarshal

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

func (*PullRequest) XXX_DiscardUnknown

func (m *PullRequest) XXX_DiscardUnknown()

func (*PullRequest) XXX_Marshal

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

func (*PullRequest) XXX_Merge

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

func (*PullRequest) XXX_Size

func (m *PullRequest) XXX_Size() int

func (*PullRequest) XXX_Unmarshal

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

type PullRequestBase

type PullRequestBase struct {
	RepositoryId uint64 `protobuf:"varint,1,opt,name=repositoryId,proto3" json:"repositoryId,omitempty"`
	Branch       string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	CommitSha    string `protobuf:"bytes,3,opt,name=commitSha,proto3" json:"commitSha,omitempty"`
}

func (*PullRequestBase) Descriptor

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

func (*PullRequestBase) GetBranch

func (m *PullRequestBase) GetBranch() string

func (*PullRequestBase) GetCommitSha

func (m *PullRequestBase) GetCommitSha() string

func (*PullRequestBase) GetRepositoryId

func (m *PullRequestBase) GetRepositoryId() uint64

func (*PullRequestBase) Marshal

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

func (*PullRequestBase) MarshalTo

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

func (*PullRequestBase) MarshalToSizedBuffer

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

func (*PullRequestBase) ProtoMessage

func (*PullRequestBase) ProtoMessage()

func (*PullRequestBase) Reset

func (m *PullRequestBase) Reset()

func (*PullRequestBase) Size

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

func (*PullRequestBase) String

func (m *PullRequestBase) String() string

func (*PullRequestBase) Unmarshal

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

func (*PullRequestBase) XXX_DiscardUnknown

func (m *PullRequestBase) XXX_DiscardUnknown()

func (*PullRequestBase) XXX_Marshal

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

func (*PullRequestBase) XXX_Merge

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

func (*PullRequestBase) XXX_Size

func (m *PullRequestBase) XXX_Size() int

func (*PullRequestBase) XXX_Unmarshal

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

type PullRequestHead

type PullRequestHead struct {
	RepositoryId uint64 `protobuf:"varint,1,opt,name=repositoryId,proto3" json:"repositoryId,omitempty"`
	Branch       string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	CommitSha    string `protobuf:"bytes,3,opt,name=commitSha,proto3" json:"commitSha,omitempty"`
}

func (*PullRequestHead) Descriptor

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

func (*PullRequestHead) GetBranch

func (m *PullRequestHead) GetBranch() string

func (*PullRequestHead) GetCommitSha

func (m *PullRequestHead) GetCommitSha() string

func (*PullRequestHead) GetRepositoryId

func (m *PullRequestHead) GetRepositoryId() uint64

func (*PullRequestHead) Marshal

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

func (*PullRequestHead) MarshalTo

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

func (*PullRequestHead) MarshalToSizedBuffer

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

func (*PullRequestHead) ProtoMessage

func (*PullRequestHead) ProtoMessage()

func (*PullRequestHead) Reset

func (m *PullRequestHead) Reset()

func (*PullRequestHead) Size

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

func (*PullRequestHead) String

func (m *PullRequestHead) String() string

func (*PullRequestHead) Unmarshal

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

func (*PullRequestHead) XXX_DiscardUnknown

func (m *PullRequestHead) XXX_DiscardUnknown()

func (*PullRequestHead) XXX_Marshal

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

func (*PullRequestHead) XXX_Merge

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

func (*PullRequestHead) XXX_Size

func (m *PullRequestHead) XXX_Size() int

func (*PullRequestHead) XXX_Unmarshal

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

type PullRequest_State

type PullRequest_State int32
const (
	PullRequest_OPEN   PullRequest_State = 0
	PullRequest_CLOSED PullRequest_State = 1
	PullRequest_MERGED PullRequest_State = 2
)

func (PullRequest_State) EnumDescriptor

func (PullRequest_State) EnumDescriptor() ([]byte, []int)

func (PullRequest_State) String

func (x PullRequest_State) String() string

type Release

type Release struct {
	Creator      string        `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id           uint64        `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryId uint64        `protobuf:"varint,3,opt,name=repositoryId,proto3" json:"repositoryId,omitempty"`
	TagName      string        `protobuf:"bytes,4,opt,name=tagName,proto3" json:"tagName,omitempty"`
	Target       string        `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	Name         string        `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Description  string        `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	Attachments  []*Attachment `protobuf:"bytes,8,rep,name=attachments,proto3" json:"attachments,omitempty"`
	Draft        bool          `protobuf:"varint,9,opt,name=draft,proto3" json:"draft,omitempty"`
	PreRelease   bool          `protobuf:"varint,10,opt,name=preRelease,proto3" json:"preRelease,omitempty"`
	IsTag        bool          `protobuf:"varint,11,opt,name=isTag,proto3" json:"isTag,omitempty"`
	CreatedAt    int64         `protobuf:"varint,12,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt    int64         `protobuf:"varint,13,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	PublishedAt  int64         `protobuf:"varint,14,opt,name=publishedAt,proto3" json:"publishedAt,omitempty"`
}

func (*Release) Descriptor

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

func (*Release) GetAttachments

func (m *Release) GetAttachments() []*Attachment

func (*Release) GetCreatedAt

func (m *Release) GetCreatedAt() int64

func (*Release) GetCreator

func (m *Release) GetCreator() string

func (*Release) GetDescription

func (m *Release) GetDescription() string

func (*Release) GetDraft

func (m *Release) GetDraft() bool

func (*Release) GetId

func (m *Release) GetId() uint64

func (*Release) GetIsTag

func (m *Release) GetIsTag() bool

func (*Release) GetName

func (m *Release) GetName() string

func (*Release) GetPreRelease

func (m *Release) GetPreRelease() bool

func (*Release) GetPublishedAt

func (m *Release) GetPublishedAt() int64

func (*Release) GetRepositoryId

func (m *Release) GetRepositoryId() uint64

func (*Release) GetTagName

func (m *Release) GetTagName() string

func (*Release) GetTarget

func (m *Release) GetTarget() string

func (*Release) GetUpdatedAt

func (m *Release) GetUpdatedAt() int64

func (*Release) Marshal

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

func (*Release) MarshalTo

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

func (*Release) MarshalToSizedBuffer

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

func (*Release) ProtoMessage

func (*Release) ProtoMessage()

func (*Release) Reset

func (m *Release) Reset()

func (*Release) Size

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

func (*Release) String

func (m *Release) String() string

func (*Release) Unmarshal

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

func (*Release) XXX_DiscardUnknown

func (m *Release) XXX_DiscardUnknown()

func (*Release) XXX_Marshal

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

func (*Release) XXX_Merge

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

func (*Release) XXX_Size

func (m *Release) XXX_Size() int

func (*Release) XXX_Unmarshal

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

type Repository

type Repository struct {
	Creator             string                    `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id                  uint64                    `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Name                string                    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Owner               *RepositoryOwner          `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"`
	Description         string                    `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Forks               []uint64                  `protobuf:"varint,6,rep,packed,name=forks,proto3" json:"forks,omitempty"`
	Subscribers         string                    `protobuf:"bytes,7,opt,name=subscribers,proto3" json:"subscribers,omitempty"`
	Commits             string                    `protobuf:"bytes,8,opt,name=commits,proto3" json:"commits,omitempty"`
	Issues              []*RepositoryIssue        `protobuf:"bytes,9,rep,name=issues,proto3" json:"issues,omitempty"`
	PullRequests        []*RepositoryPullRequest  `protobuf:"bytes,10,rep,name=pullRequests,proto3" json:"pullRequests,omitempty"`
	IssuesCount         uint64                    `protobuf:"varint,11,opt,name=issuesCount,proto3" json:"issuesCount,omitempty"`
	PullsCount          uint64                    `protobuf:"varint,12,opt,name=pullsCount,proto3" json:"pullsCount,omitempty"`
	Labels              []*RepositoryLabel        `protobuf:"bytes,13,rep,name=labels,proto3" json:"labels,omitempty"`
	LabelsCount         uint64                    `protobuf:"varint,14,opt,name=labelsCount,proto3" json:"labelsCount,omitempty"`
	Releases            []*RepositoryRelease      `protobuf:"bytes,15,rep,name=releases,proto3" json:"releases,omitempty"`
	CreatedAt           int64                     `protobuf:"varint,16,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt           int64                     `protobuf:"varint,17,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	PushedAt            int64                     `protobuf:"varint,18,opt,name=pushedAt,proto3" json:"pushedAt,omitempty"`
	Stargazers          []uint64                  `protobuf:"varint,19,rep,packed,name=stargazers,proto3" json:"stargazers,omitempty"`
	Archived            bool                      `protobuf:"varint,20,opt,name=archived,proto3" json:"archived,omitempty"`
	License             string                    `protobuf:"bytes,21,opt,name=license,proto3" json:"license,omitempty"`
	DefaultBranch       string                    `protobuf:"bytes,22,opt,name=defaultBranch,proto3" json:"defaultBranch,omitempty"`
	Parent              uint64                    `protobuf:"varint,23,opt,name=parent,proto3" json:"parent,omitempty"`
	Fork                bool                      `protobuf:"varint,24,opt,name=fork,proto3" json:"fork,omitempty"`
	Collaborators       []*RepositoryCollaborator `protobuf:"bytes,25,rep,name=collaborators,proto3" json:"collaborators,omitempty"`
	AllowForking        bool                      `protobuf:"varint,26,opt,name=allowForking,proto3" json:"allowForking,omitempty"`
	Backups             []*RepositoryBackup       `protobuf:"bytes,27,rep,name=backups,proto3" json:"backups,omitempty"`
	EnableArweaveBackup bool                      `protobuf:"varint,28,opt,name=enableArweaveBackup,proto3" json:"enableArweaveBackup,omitempty"`
}

func (*Repository) Descriptor

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

func (*Repository) GetAllowForking

func (m *Repository) GetAllowForking() bool

func (*Repository) GetArchived

func (m *Repository) GetArchived() bool

func (*Repository) GetBackups

func (m *Repository) GetBackups() []*RepositoryBackup

func (*Repository) GetCollaborators

func (m *Repository) GetCollaborators() []*RepositoryCollaborator

func (*Repository) GetCommits

func (m *Repository) GetCommits() string

func (*Repository) GetCreatedAt

func (m *Repository) GetCreatedAt() int64

func (*Repository) GetCreator

func (m *Repository) GetCreator() string

func (*Repository) GetDefaultBranch

func (m *Repository) GetDefaultBranch() string

func (*Repository) GetDescription

func (m *Repository) GetDescription() string

func (*Repository) GetEnableArweaveBackup

func (m *Repository) GetEnableArweaveBackup() bool

func (*Repository) GetFork

func (m *Repository) GetFork() bool

func (*Repository) GetForks

func (m *Repository) GetForks() []uint64

func (*Repository) GetId

func (m *Repository) GetId() uint64

func (*Repository) GetIssues

func (m *Repository) GetIssues() []*RepositoryIssue

func (*Repository) GetIssuesCount

func (m *Repository) GetIssuesCount() uint64

func (*Repository) GetLabels

func (m *Repository) GetLabels() []*RepositoryLabel

func (*Repository) GetLabelsCount

func (m *Repository) GetLabelsCount() uint64

func (*Repository) GetLicense

func (m *Repository) GetLicense() string

func (*Repository) GetName

func (m *Repository) GetName() string

func (*Repository) GetOwner

func (m *Repository) GetOwner() *RepositoryOwner

func (*Repository) GetParent

func (m *Repository) GetParent() uint64

func (*Repository) GetPullRequests

func (m *Repository) GetPullRequests() []*RepositoryPullRequest

func (*Repository) GetPullsCount

func (m *Repository) GetPullsCount() uint64

func (*Repository) GetPushedAt

func (m *Repository) GetPushedAt() int64

func (*Repository) GetReleases

func (m *Repository) GetReleases() []*RepositoryRelease

func (*Repository) GetStargazers

func (m *Repository) GetStargazers() []uint64

func (*Repository) GetSubscribers

func (m *Repository) GetSubscribers() string

func (*Repository) GetUpdatedAt

func (m *Repository) GetUpdatedAt() int64

func (*Repository) Marshal

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

func (*Repository) MarshalTo

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

func (*Repository) MarshalToSizedBuffer

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

func (*Repository) ProtoMessage

func (*Repository) ProtoMessage()

func (*Repository) Reset

func (m *Repository) Reset()

func (*Repository) Size

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

func (*Repository) String

func (m *Repository) String() string

func (*Repository) Unmarshal

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

func (*Repository) XXX_DiscardUnknown

func (m *Repository) XXX_DiscardUnknown()

func (*Repository) XXX_Marshal

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

func (*Repository) XXX_Merge

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

func (*Repository) XXX_Size

func (m *Repository) XXX_Size() int

func (*Repository) XXX_Unmarshal

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

type RepositoryBackup

type RepositoryBackup struct {
	Store RepositoryBackup_Store `protobuf:"varint,1,opt,name=store,proto3,enum=gitopia.gitopia.gitopia.testnet.RepositoryBackup_Store" json:"store,omitempty"`
	Refs  []string               `protobuf:"bytes,2,rep,name=refs,proto3" json:"refs,omitempty"`
}

func (*RepositoryBackup) Descriptor

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

func (*RepositoryBackup) GetRefs

func (m *RepositoryBackup) GetRefs() []string

func (*RepositoryBackup) GetStore

func (*RepositoryBackup) Marshal

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

func (*RepositoryBackup) MarshalTo

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

func (*RepositoryBackup) MarshalToSizedBuffer

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

func (*RepositoryBackup) ProtoMessage

func (*RepositoryBackup) ProtoMessage()

func (*RepositoryBackup) Reset

func (m *RepositoryBackup) Reset()

func (*RepositoryBackup) Size

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

func (*RepositoryBackup) String

func (m *RepositoryBackup) String() string

func (*RepositoryBackup) Unmarshal

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

func (*RepositoryBackup) XXX_DiscardUnknown

func (m *RepositoryBackup) XXX_DiscardUnknown()

func (*RepositoryBackup) XXX_Marshal

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

func (*RepositoryBackup) XXX_Merge

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

func (*RepositoryBackup) XXX_Size

func (m *RepositoryBackup) XXX_Size() int

func (*RepositoryBackup) XXX_Unmarshal

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

type RepositoryBackup_Store

type RepositoryBackup_Store int32
const (
	RepositoryBackup_IPFS    RepositoryBackup_Store = 0
	RepositoryBackup_ARWEAVE RepositoryBackup_Store = 1
)

func (RepositoryBackup_Store) EnumDescriptor

func (RepositoryBackup_Store) EnumDescriptor() ([]byte, []int)

func (RepositoryBackup_Store) String

func (x RepositoryBackup_Store) String() string

type RepositoryCollaborator

type RepositoryCollaborator struct {
	Id         string                            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Permission RepositoryCollaborator_Permission `` /* 145-byte string literal not displayed */
}

func (*RepositoryCollaborator) Descriptor

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

func (*RepositoryCollaborator) GetId

func (m *RepositoryCollaborator) GetId() string

func (*RepositoryCollaborator) GetPermission

func (*RepositoryCollaborator) Marshal

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

func (*RepositoryCollaborator) MarshalTo

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

func (*RepositoryCollaborator) MarshalToSizedBuffer

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

func (*RepositoryCollaborator) ProtoMessage

func (*RepositoryCollaborator) ProtoMessage()

func (*RepositoryCollaborator) Reset

func (m *RepositoryCollaborator) Reset()

func (*RepositoryCollaborator) Size

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

func (*RepositoryCollaborator) String

func (m *RepositoryCollaborator) String() string

func (*RepositoryCollaborator) Unmarshal

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

func (*RepositoryCollaborator) XXX_DiscardUnknown

func (m *RepositoryCollaborator) XXX_DiscardUnknown()

func (*RepositoryCollaborator) XXX_Marshal

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

func (*RepositoryCollaborator) XXX_Merge

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

func (*RepositoryCollaborator) XXX_Size

func (m *RepositoryCollaborator) XXX_Size() int

func (*RepositoryCollaborator) XXX_Unmarshal

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

type RepositoryCollaborator_Permission

type RepositoryCollaborator_Permission int32
const (
	RepositoryCollaborator_READ     RepositoryCollaborator_Permission = 0
	RepositoryCollaborator_TRIAGE   RepositoryCollaborator_Permission = 1
	RepositoryCollaborator_WRITE    RepositoryCollaborator_Permission = 2
	RepositoryCollaborator_MAINTAIN RepositoryCollaborator_Permission = 3
	RepositoryCollaborator_ADMIN    RepositoryCollaborator_Permission = 4
)

func (RepositoryCollaborator_Permission) EnumDescriptor

func (RepositoryCollaborator_Permission) EnumDescriptor() ([]byte, []int)

func (RepositoryCollaborator_Permission) String

type RepositoryId

type RepositoryId struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
}

func (*RepositoryId) Descriptor

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

func (*RepositoryId) GetId

func (m *RepositoryId) GetId() string

func (*RepositoryId) GetName

func (m *RepositoryId) GetName() string

func (*RepositoryId) Marshal

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

func (*RepositoryId) MarshalTo

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

func (*RepositoryId) MarshalToSizedBuffer

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

func (*RepositoryId) ProtoMessage

func (*RepositoryId) ProtoMessage()

func (*RepositoryId) Reset

func (m *RepositoryId) Reset()

func (*RepositoryId) Size

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

func (*RepositoryId) String

func (m *RepositoryId) String() string

func (*RepositoryId) Unmarshal

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

func (*RepositoryId) XXX_DiscardUnknown

func (m *RepositoryId) XXX_DiscardUnknown()

func (*RepositoryId) XXX_Marshal

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

func (*RepositoryId) XXX_Merge

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

func (*RepositoryId) XXX_Size

func (m *RepositoryId) XXX_Size() int

func (*RepositoryId) XXX_Unmarshal

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

type RepositoryIssue

type RepositoryIssue struct {
	Iid uint64 `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	Id  uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
}

func (*RepositoryIssue) Descriptor

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

func (*RepositoryIssue) GetId

func (m *RepositoryIssue) GetId() uint64

func (*RepositoryIssue) GetIid

func (m *RepositoryIssue) GetIid() uint64

func (*RepositoryIssue) Marshal

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

func (*RepositoryIssue) MarshalTo

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

func (*RepositoryIssue) MarshalToSizedBuffer

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

func (*RepositoryIssue) ProtoMessage

func (*RepositoryIssue) ProtoMessage()

func (*RepositoryIssue) Reset

func (m *RepositoryIssue) Reset()

func (*RepositoryIssue) Size

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

func (*RepositoryIssue) String

func (m *RepositoryIssue) String() string

func (*RepositoryIssue) Unmarshal

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

func (*RepositoryIssue) XXX_DiscardUnknown

func (m *RepositoryIssue) XXX_DiscardUnknown()

func (*RepositoryIssue) XXX_Marshal

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

func (*RepositoryIssue) XXX_Merge

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

func (*RepositoryIssue) XXX_Size

func (m *RepositoryIssue) XXX_Size() int

func (*RepositoryIssue) XXX_Unmarshal

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

type RepositoryLabel

type RepositoryLabel struct {
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Color       string `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
}

func (*RepositoryLabel) Descriptor

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

func (*RepositoryLabel) GetColor

func (m *RepositoryLabel) GetColor() string

func (*RepositoryLabel) GetDescription

func (m *RepositoryLabel) GetDescription() string

func (*RepositoryLabel) GetId

func (m *RepositoryLabel) GetId() uint64

func (*RepositoryLabel) GetName

func (m *RepositoryLabel) GetName() string

func (*RepositoryLabel) Marshal

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

func (*RepositoryLabel) MarshalTo

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

func (*RepositoryLabel) MarshalToSizedBuffer

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

func (*RepositoryLabel) ProtoMessage

func (*RepositoryLabel) ProtoMessage()

func (*RepositoryLabel) Reset

func (m *RepositoryLabel) Reset()

func (*RepositoryLabel) Size

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

func (*RepositoryLabel) String

func (m *RepositoryLabel) String() string

func (*RepositoryLabel) Unmarshal

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

func (*RepositoryLabel) XXX_DiscardUnknown

func (m *RepositoryLabel) XXX_DiscardUnknown()

func (*RepositoryLabel) XXX_Marshal

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

func (*RepositoryLabel) XXX_Merge

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

func (*RepositoryLabel) XXX_Size

func (m *RepositoryLabel) XXX_Size() int

func (*RepositoryLabel) XXX_Unmarshal

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

type RepositoryOwner

type RepositoryOwner struct {
	Id   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type OwnerType `protobuf:"varint,2,opt,name=type,proto3,enum=gitopia.gitopia.gitopia.testnet.OwnerType" json:"type,omitempty"`
}

func (*RepositoryOwner) Descriptor

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

func (*RepositoryOwner) GetId

func (m *RepositoryOwner) GetId() string

func (*RepositoryOwner) GetType

func (m *RepositoryOwner) GetType() OwnerType

func (*RepositoryOwner) Marshal

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

func (*RepositoryOwner) MarshalTo

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

func (*RepositoryOwner) MarshalToSizedBuffer

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

func (*RepositoryOwner) ProtoMessage

func (*RepositoryOwner) ProtoMessage()

func (*RepositoryOwner) Reset

func (m *RepositoryOwner) Reset()

func (*RepositoryOwner) Size

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

func (*RepositoryOwner) String

func (m *RepositoryOwner) String() string

func (*RepositoryOwner) Unmarshal

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

func (*RepositoryOwner) XXX_DiscardUnknown

func (m *RepositoryOwner) XXX_DiscardUnknown()

func (*RepositoryOwner) XXX_Marshal

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

func (*RepositoryOwner) XXX_Merge

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

func (*RepositoryOwner) XXX_Size

func (m *RepositoryOwner) XXX_Size() int

func (*RepositoryOwner) XXX_Unmarshal

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

type RepositoryPullRequest

type RepositoryPullRequest struct {
	Iid uint64 `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	Id  uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
}

func (*RepositoryPullRequest) Descriptor

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

func (*RepositoryPullRequest) GetId

func (m *RepositoryPullRequest) GetId() uint64

func (*RepositoryPullRequest) GetIid

func (m *RepositoryPullRequest) GetIid() uint64

func (*RepositoryPullRequest) Marshal

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

func (*RepositoryPullRequest) MarshalTo

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

func (*RepositoryPullRequest) MarshalToSizedBuffer

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

func (*RepositoryPullRequest) ProtoMessage

func (*RepositoryPullRequest) ProtoMessage()

func (*RepositoryPullRequest) Reset

func (m *RepositoryPullRequest) Reset()

func (*RepositoryPullRequest) Size

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

func (*RepositoryPullRequest) String

func (m *RepositoryPullRequest) String() string

func (*RepositoryPullRequest) Unmarshal

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

func (*RepositoryPullRequest) XXX_DiscardUnknown

func (m *RepositoryPullRequest) XXX_DiscardUnknown()

func (*RepositoryPullRequest) XXX_Marshal

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

func (*RepositoryPullRequest) XXX_Merge

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

func (*RepositoryPullRequest) XXX_Size

func (m *RepositoryPullRequest) XXX_Size() int

func (*RepositoryPullRequest) XXX_Unmarshal

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

type RepositoryRelease

type RepositoryRelease struct {
	Id      uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	TagName string `protobuf:"bytes,2,opt,name=tagName,proto3" json:"tagName,omitempty"`
}

func (*RepositoryRelease) Descriptor

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

func (*RepositoryRelease) GetId

func (m *RepositoryRelease) GetId() uint64

func (*RepositoryRelease) GetTagName

func (m *RepositoryRelease) GetTagName() string

func (*RepositoryRelease) Marshal

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

func (*RepositoryRelease) MarshalTo

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

func (*RepositoryRelease) MarshalToSizedBuffer

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

func (*RepositoryRelease) ProtoMessage

func (*RepositoryRelease) ProtoMessage()

func (*RepositoryRelease) Reset

func (m *RepositoryRelease) Reset()

func (*RepositoryRelease) Size

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

func (*RepositoryRelease) String

func (m *RepositoryRelease) String() string

func (*RepositoryRelease) Unmarshal

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

func (*RepositoryRelease) XXX_DiscardUnknown

func (m *RepositoryRelease) XXX_DiscardUnknown()

func (*RepositoryRelease) XXX_Marshal

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

func (*RepositoryRelease) XXX_Merge

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

func (*RepositoryRelease) XXX_Size

func (m *RepositoryRelease) XXX_Size() int

func (*RepositoryRelease) XXX_Unmarshal

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

type Tag

type Tag struct {
	Id           uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryId uint64 `protobuf:"varint,2,opt,name=repositoryId,proto3" json:"repositoryId,omitempty"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Sha          string `protobuf:"bytes,4,opt,name=sha,proto3" json:"sha,omitempty"`
	CreatedAt    int64  `protobuf:"varint,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt    int64  `protobuf:"varint,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
}

func (*Tag) Descriptor

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

func (*Tag) GetCreatedAt

func (m *Tag) GetCreatedAt() int64

func (*Tag) GetId

func (m *Tag) GetId() uint64

func (*Tag) GetName

func (m *Tag) GetName() string

func (*Tag) GetRepositoryId

func (m *Tag) GetRepositoryId() uint64

func (*Tag) GetSha

func (m *Tag) GetSha() string

func (*Tag) GetUpdatedAt

func (m *Tag) GetUpdatedAt() int64

func (*Tag) Marshal

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

func (*Tag) MarshalTo

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

func (*Tag) MarshalToSizedBuffer

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

func (*Tag) ProtoMessage

func (*Tag) ProtoMessage()

func (*Tag) Reset

func (m *Tag) Reset()

func (*Tag) Size

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

func (*Tag) String

func (m *Tag) String() string

func (*Tag) Unmarshal

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

func (*Tag) XXX_DiscardUnknown

func (m *Tag) XXX_DiscardUnknown()

func (*Tag) XXX_Marshal

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

func (*Tag) XXX_Merge

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

func (*Tag) XXX_Size

func (m *Tag) XXX_Size() int

func (*Tag) XXX_Unmarshal

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

type Task

type Task struct {
	Id       uint64    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Type     TaskType  `protobuf:"varint,2,opt,name=type,proto3,enum=gitopia.gitopia.gitopia.testnet.TaskType" json:"type,omitempty"`
	State    TaskState `protobuf:"varint,3,opt,name=state,proto3,enum=gitopia.gitopia.gitopia.testnet.TaskState" json:"state,omitempty"`
	Message  string    `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	Creator  string    `protobuf:"bytes,5,opt,name=creator,proto3" json:"creator,omitempty"`
	Provider string    `protobuf:"bytes,6,opt,name=provider,proto3" json:"provider,omitempty"`
}

func (*Task) Descriptor

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

func (*Task) GetCreator

func (m *Task) GetCreator() string

func (*Task) GetId

func (m *Task) GetId() uint64

func (*Task) GetMessage

func (m *Task) GetMessage() string

func (*Task) GetProvider

func (m *Task) GetProvider() string

func (*Task) GetState

func (m *Task) GetState() TaskState

func (*Task) GetType

func (m *Task) GetType() TaskType

func (*Task) Marshal

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

func (*Task) MarshalTo

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

func (*Task) MarshalToSizedBuffer

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

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) Reset

func (m *Task) Reset()

func (*Task) Size

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

func (*Task) String

func (m *Task) String() string

func (*Task) Unmarshal

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

func (*Task) XXX_DiscardUnknown

func (m *Task) XXX_DiscardUnknown()

func (*Task) XXX_Marshal

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

func (*Task) XXX_Merge

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

func (*Task) XXX_Size

func (m *Task) XXX_Size() int

func (*Task) XXX_Unmarshal

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

type TaskState

type TaskState int32
const (
	StatePending TaskState = 0
	StateSuccess TaskState = 1
	StateFailure TaskState = 2
)

func (TaskState) EnumDescriptor

func (TaskState) EnumDescriptor() ([]byte, []int)

func (TaskState) String

func (x TaskState) String() string

type TaskType

type TaskType int32
const (
	TypeForkRepository      TaskType = 0
	TypeSetPullRequestState TaskType = 1
)

func (TaskType) EnumDescriptor

func (TaskType) EnumDescriptor() ([]byte, []int)

func (TaskType) String

func (x TaskType) String() string

type User

type User struct {
	Creator        string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id             uint64   `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Name           string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Username       string   `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	UsernameGithub string   `protobuf:"bytes,5,opt,name=usernameGithub,proto3" json:"usernameGithub,omitempty"`
	AvatarUrl      string   `protobuf:"bytes,6,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	Followers      []string `protobuf:"bytes,7,rep,name=followers,proto3" json:"followers,omitempty"`
	Following      []string `protobuf:"bytes,8,rep,name=following,proto3" json:"following,omitempty"`
	StarredRepos   []uint64 `protobuf:"varint,9,rep,packed,name=starred_repos,json=starredRepos,proto3" json:"starred_repos,omitempty"`
	Subscriptions  string   `protobuf:"bytes,10,opt,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	Bio            string   `protobuf:"bytes,11,opt,name=bio,proto3" json:"bio,omitempty"`
	CreatedAt      int64    `protobuf:"varint,12,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt      int64    `protobuf:"varint,13,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Verified       bool     `protobuf:"varint,14,opt,name=verified,proto3" json:"verified,omitempty"`
}

func (*User) Descriptor

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

func (*User) GetAvatarUrl

func (m *User) GetAvatarUrl() string

func (*User) GetBio

func (m *User) GetBio() string

func (*User) GetCreatedAt

func (m *User) GetCreatedAt() int64

func (*User) GetCreator

func (m *User) GetCreator() string

func (*User) GetFollowers

func (m *User) GetFollowers() []string

func (*User) GetFollowing

func (m *User) GetFollowing() []string

func (*User) GetId

func (m *User) GetId() uint64

func (*User) GetName

func (m *User) GetName() string

func (*User) GetStarredRepos

func (m *User) GetStarredRepos() []uint64

func (*User) GetSubscriptions

func (m *User) GetSubscriptions() string

func (*User) GetUpdatedAt

func (m *User) GetUpdatedAt() int64

func (*User) GetUsername

func (m *User) GetUsername() string

func (*User) GetUsernameGithub

func (m *User) GetUsernameGithub() string

func (*User) GetVerified

func (m *User) GetVerified() bool

func (*User) Marshal

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

func (*User) MarshalTo

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

func (*User) MarshalToSizedBuffer

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

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) Size

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

func (*User) String

func (m *User) String() string

func (*User) Unmarshal

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

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

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

func (*User) XXX_Merge

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

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

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

type UserDao

type UserDao struct {
	UserAddress string `protobuf:"bytes,1,opt,name=userAddress,proto3" json:"userAddress,omitempty"`
	DaoAddress  string `protobuf:"bytes,2,opt,name=daoAddress,proto3" json:"daoAddress,omitempty"`
}

func (*UserDao) Descriptor

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

func (*UserDao) GetDaoAddress

func (m *UserDao) GetDaoAddress() string

func (*UserDao) GetUserAddress

func (m *UserDao) GetUserAddress() string

func (*UserDao) Marshal

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

func (*UserDao) MarshalTo

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

func (*UserDao) MarshalToSizedBuffer

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

func (*UserDao) ProtoMessage

func (*UserDao) ProtoMessage()

func (*UserDao) Reset

func (m *UserDao) Reset()

func (*UserDao) Size

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

func (*UserDao) String

func (m *UserDao) String() string

func (*UserDao) Unmarshal

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

func (*UserDao) XXX_DiscardUnknown

func (m *UserDao) XXX_DiscardUnknown()

func (*UserDao) XXX_Marshal

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

func (*UserDao) XXX_Merge

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

func (*UserDao) XXX_Size

func (m *UserDao) XXX_Size() int

func (*UserDao) XXX_Unmarshal

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

type Whois

type Whois struct {
	Creator   string    `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Id        uint64    `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Name      string    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Address   string    `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	OwnerType OwnerType `protobuf:"varint,5,opt,name=ownerType,proto3,enum=gitopia.gitopia.gitopia.testnet.OwnerType" json:"ownerType,omitempty"`
}

func (*Whois) Descriptor

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

func (*Whois) GetAddress

func (m *Whois) GetAddress() string

func (*Whois) GetCreator

func (m *Whois) GetCreator() string

func (*Whois) GetId

func (m *Whois) GetId() uint64

func (*Whois) GetName

func (m *Whois) GetName() string

func (*Whois) GetOwnerType

func (m *Whois) GetOwnerType() OwnerType

func (*Whois) Marshal

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

func (*Whois) MarshalTo

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

func (*Whois) MarshalToSizedBuffer

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

func (*Whois) ProtoMessage

func (*Whois) ProtoMessage()

func (*Whois) Reset

func (m *Whois) Reset()

func (*Whois) Size

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

func (*Whois) String

func (m *Whois) String() string

func (*Whois) Unmarshal

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

func (*Whois) XXX_DiscardUnknown

func (m *Whois) XXX_DiscardUnknown()

func (*Whois) XXX_Marshal

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

func (*Whois) XXX_Merge

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

func (*Whois) XXX_Size

func (m *Whois) XXX_Size() int

func (*Whois) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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