Documentation ¶
Overview ¶
Package yolopb is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func AllModels() []interface{}
- func RegisterYoloServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterYoloServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client YoloServiceClient) error
- func RegisterYoloServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterYoloServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server YoloServiceServer) error
- func RegisterYoloServiceServer(s *grpc.Server, srv YoloServiceServer)
- type Artifact
- func (a *Artifact) AddSignedURLs(key string) error
- func (*Artifact) Descriptor() ([]byte, []int)
- func (m *Artifact) GetBundleID() string
- func (m *Artifact) GetBundleIcon() string
- func (m *Artifact) GetBundleName() string
- func (m *Artifact) GetBundleVersion() string
- func (m *Artifact) GetCreatedAt() *time.Time
- func (m *Artifact) GetDLArtifactSignedURL() string
- func (m *Artifact) GetDownloadURL() string
- func (m *Artifact) GetDownloads() []*Download
- func (m *Artifact) GetDownloadsCount() int64
- func (m *Artifact) GetDriver() Driver
- func (m *Artifact) GetFileSize() int64
- func (m *Artifact) GetHasBuild() *Build
- func (m *Artifact) GetHasBuildID() string
- func (m *Artifact) GetHasRelease() *Release
- func (m *Artifact) GetHasReleaseID() string
- func (m *Artifact) GetID() string
- func (m *Artifact) GetKind() Artifact_Kind
- func (m *Artifact) GetLocalPath() string
- func (m *Artifact) GetMimeType() string
- func (m *Artifact) GetPListSignedURL() string
- func (m *Artifact) GetSha1Sum() string
- func (m *Artifact) GetSha256Sum() string
- func (m *Artifact) GetState() Artifact_State
- func (m *Artifact) GetUpdatedAt() *time.Time
- func (m *Artifact) GetYoloID() string
- func (m *Artifact) Marshal() (dAtA []byte, err error)
- func (m *Artifact) MarshalTo(dAtA []byte) (int, error)
- func (m *Artifact) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Artifact) ProtoMessage()
- func (m *Artifact) Reset()
- func (m *Artifact) Size() (n int)
- func (m *Artifact) String() string
- func (m *Artifact) Unmarshal(dAtA []byte) error
- func (m *Artifact) XXX_DiscardUnknown()
- func (m *Artifact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Artifact) XXX_Merge(src proto.Message)
- func (m *Artifact) XXX_Size() int
- func (m *Artifact) XXX_Unmarshal(b []byte) error
- type Artifact_Kind
- type Artifact_State
- type Batch
- func (b *Batch) AllObjects() []interface{}
- func (*Batch) Descriptor() ([]byte, []int)
- func (b *Batch) Empty() bool
- func (m *Batch) GetArtifacts() []*Artifact
- func (m *Batch) GetBuilds() []*Build
- func (m *Batch) GetCommits() []*Commit
- func (m *Batch) GetEntities() []*Entity
- func (m *Batch) GetMergeRequests() []*MergeRequest
- func (m *Batch) GetProjects() []*Project
- func (m *Batch) GetReleases() []*Release
- func (m *Batch) Marshal() (dAtA []byte, err error)
- func (m *Batch) MarshalTo(dAtA []byte) (int, error)
- func (m *Batch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (b *Batch) Merge(n *Batch)
- func (b *Batch) Optimize()
- func (*Batch) ProtoMessage()
- func (m *Batch) Reset()
- func (m *Batch) Size() (n int)
- func (m *Batch) String() string
- func (m *Batch) Unmarshal(dAtA []byte) error
- func (m *Batch) XXX_DiscardUnknown()
- func (m *Batch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Batch) XXX_Merge(src proto.Message)
- func (m *Batch) XXX_Size() int
- func (m *Batch) XXX_Unmarshal(b []byte) error
- type Build
- func (*Build) Descriptor() ([]byte, []int)
- func (m *Build) GetBranch() string
- func (m *Build) GetCommitURL() string
- func (m *Build) GetCompletedAt() *time.Time
- func (m *Build) GetCreatedAt() *time.Time
- func (m *Build) GetDriver() Driver
- func (m *Build) GetFinishedAt() *time.Time
- func (m *Build) GetHasArtifacts() []*Artifact
- func (m *Build) GetHasCommit() *Commit
- func (m *Build) GetHasCommitID() string
- func (m *Build) GetHasMergerequest() *MergeRequest
- func (m *Build) GetHasMergerequestID() string
- func (m *Build) GetHasProject() *Project
- func (m *Build) GetHasProjectID() string
- func (m *Build) GetID() string
- func (m *Build) GetMessage() string
- func (m *Build) GetShortID() string
- func (m *Build) GetStartedAt() *time.Time
- func (m *Build) GetState() Build_State
- func (m *Build) GetUpdatedAt() *time.Time
- func (m *Build) GetVCSTag() string
- func (m *Build) GetVCSTagURL() string
- func (m *Build) GetYoloID() string
- func (m *Build) Marshal() (dAtA []byte, err error)
- func (m *Build) MarshalTo(dAtA []byte) (int, error)
- func (m *Build) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (b *Build) PrepareOutput(salt string) error
- func (*Build) ProtoMessage()
- func (m *Build) Reset()
- func (m *Build) Size() (n int)
- func (m *Build) String() string
- func (m *Build) Unmarshal(dAtA []byte) error
- func (m *Build) XXX_DiscardUnknown()
- func (m *Build) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Build) XXX_Merge(src proto.Message)
- func (m *Build) XXX_Size() int
- func (m *Build) XXX_Unmarshal(b []byte) error
- type BuildList
- func (*BuildList) Descriptor() ([]byte, []int)
- func (m *BuildList) Marshal() (dAtA []byte, err error)
- func (m *BuildList) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildList) ProtoMessage()
- func (m *BuildList) Reset()
- func (m *BuildList) Size() (n int)
- func (m *BuildList) String() string
- func (m *BuildList) Unmarshal(dAtA []byte) error
- func (m *BuildList) XXX_DiscardUnknown()
- func (m *BuildList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildList) XXX_Merge(src proto.Message)
- func (m *BuildList) XXX_Size() int
- func (m *BuildList) XXX_Unmarshal(b []byte) error
- type BuildListFilters
- func (*BuildListFilters) Descriptor() ([]byte, []int)
- func (m *BuildListFilters) Marshal() (dAtA []byte, err error)
- func (m *BuildListFilters) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildListFilters) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildListFilters) ProtoMessage()
- func (m *BuildListFilters) Reset()
- func (m *BuildListFilters) Size() (n int)
- func (m *BuildListFilters) String() string
- func (m *BuildListFilters) Unmarshal(dAtA []byte) error
- func (m *BuildListFilters) XXX_DiscardUnknown()
- func (m *BuildListFilters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildListFilters) XXX_Merge(src proto.Message)
- func (m *BuildListFilters) XXX_Size() int
- func (m *BuildListFilters) XXX_Unmarshal(b []byte) error
- type BuildListFilters_Request
- func (*BuildListFilters_Request) Descriptor() ([]byte, []int)
- func (m *BuildListFilters_Request) Marshal() (dAtA []byte, err error)
- func (m *BuildListFilters_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildListFilters_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildListFilters_Request) ProtoMessage()
- func (m *BuildListFilters_Request) Reset()
- func (m *BuildListFilters_Request) Size() (n int)
- func (m *BuildListFilters_Request) String() string
- func (m *BuildListFilters_Request) Unmarshal(dAtA []byte) error
- func (m *BuildListFilters_Request) XXX_DiscardUnknown()
- func (m *BuildListFilters_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildListFilters_Request) XXX_Merge(src proto.Message)
- func (m *BuildListFilters_Request) XXX_Size() int
- func (m *BuildListFilters_Request) XXX_Unmarshal(b []byte) error
- type BuildListFilters_Response
- func (*BuildListFilters_Response) Descriptor() ([]byte, []int)
- func (m *BuildListFilters_Response) GetEntities() []*Entity
- func (m *BuildListFilters_Response) GetProjects() []*Project
- func (m *BuildListFilters_Response) Marshal() (dAtA []byte, err error)
- func (m *BuildListFilters_Response) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildListFilters_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildListFilters_Response) ProtoMessage()
- func (m *BuildListFilters_Response) Reset()
- func (m *BuildListFilters_Response) Size() (n int)
- func (m *BuildListFilters_Response) String() string
- func (m *BuildListFilters_Response) Unmarshal(dAtA []byte) error
- func (m *BuildListFilters_Response) XXX_DiscardUnknown()
- func (m *BuildListFilters_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildListFilters_Response) XXX_Merge(src proto.Message)
- func (m *BuildListFilters_Response) XXX_Size() int
- func (m *BuildListFilters_Response) XXX_Unmarshal(b []byte) error
- type BuildList_Request
- func (*BuildList_Request) Descriptor() ([]byte, []int)
- func (m *BuildList_Request) GetArtifactID() []string
- func (m *BuildList_Request) GetArtifactKinds() []Artifact_Kind
- func (m *BuildList_Request) GetBranch() []string
- func (m *BuildList_Request) GetBuildDriver() []Driver
- func (m *BuildList_Request) GetBuildID() []string
- func (m *BuildList_Request) GetBuildState() []Build_State
- func (m *BuildList_Request) GetLimit() int32
- func (m *BuildList_Request) GetMergeRequestAuthorID() []string
- func (m *BuildList_Request) GetMergeRequestID() []string
- func (m *BuildList_Request) GetMergerequestState() []MergeRequest_State
- func (m *BuildList_Request) GetProjectID() []string
- func (m *BuildList_Request) GetWithArtifacts() bool
- func (m *BuildList_Request) GetWithMergerequest() bool
- func (m *BuildList_Request) GetWithNoMergerequest() bool
- func (m *BuildList_Request) Marshal() (dAtA []byte, err error)
- func (m *BuildList_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildList_Request) ProtoMessage()
- func (m *BuildList_Request) Reset()
- func (m *BuildList_Request) Size() (n int)
- func (m *BuildList_Request) String() string
- func (m *BuildList_Request) Unmarshal(dAtA []byte) error
- func (m *BuildList_Request) XXX_DiscardUnknown()
- func (m *BuildList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildList_Request) XXX_Merge(src proto.Message)
- func (m *BuildList_Request) XXX_Size() int
- func (m *BuildList_Request) XXX_Unmarshal(b []byte) error
- type BuildList_Response
- func (*BuildList_Response) Descriptor() ([]byte, []int)
- func (m *BuildList_Response) GetBuilds() []*Build
- func (m *BuildList_Response) Marshal() (dAtA []byte, err error)
- func (m *BuildList_Response) MarshalTo(dAtA []byte) (int, error)
- func (m *BuildList_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BuildList_Response) ProtoMessage()
- func (m *BuildList_Response) Reset()
- func (m *BuildList_Response) Size() (n int)
- func (m *BuildList_Response) String() string
- func (m *BuildList_Response) Unmarshal(dAtA []byte) error
- func (m *BuildList_Response) XXX_DiscardUnknown()
- func (m *BuildList_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BuildList_Response) XXX_Merge(src proto.Message)
- func (m *BuildList_Response) XXX_Size() int
- func (m *BuildList_Response) XXX_Unmarshal(b []byte) error
- type Build_State
- type Commit
- func (*Commit) Descriptor() ([]byte, []int)
- func (m *Commit) GetBranch() string
- func (m *Commit) GetCreatedAt() *time.Time
- func (m *Commit) GetDriver() Driver
- func (m *Commit) GetHasAuthor() *Entity
- func (m *Commit) GetHasBuilds() []*Build
- func (m *Commit) GetHasMergerequest() *MergeRequest
- func (m *Commit) GetHasProject() *Project
- func (m *Commit) GetHasReleases() []*Release
- func (m *Commit) GetID() string
- func (m *Commit) GetMessage() string
- func (m *Commit) GetUpdatedAt() *time.Time
- func (m *Commit) GetYoloID() string
- func (m *Commit) Marshal() (dAtA []byte, err error)
- func (m *Commit) MarshalTo(dAtA []byte) (int, error)
- func (m *Commit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Commit) ProtoMessage()
- func (m *Commit) Reset()
- func (m *Commit) Size() (n int)
- func (m *Commit) String() string
- func (m *Commit) Unmarshal(dAtA []byte) error
- func (m *Commit) XXX_DiscardUnknown()
- func (m *Commit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Commit) XXX_Merge(src proto.Message)
- func (m *Commit) XXX_Size() int
- func (m *Commit) XXX_Unmarshal(b []byte) error
- type DevDumpObjects
- func (*DevDumpObjects) Descriptor() ([]byte, []int)
- func (m *DevDumpObjects) Marshal() (dAtA []byte, err error)
- func (m *DevDumpObjects) MarshalTo(dAtA []byte) (int, error)
- func (m *DevDumpObjects) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DevDumpObjects) ProtoMessage()
- func (m *DevDumpObjects) Reset()
- func (m *DevDumpObjects) Size() (n int)
- func (m *DevDumpObjects) String() string
- func (m *DevDumpObjects) Unmarshal(dAtA []byte) error
- func (m *DevDumpObjects) XXX_DiscardUnknown()
- func (m *DevDumpObjects) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevDumpObjects) XXX_Merge(src proto.Message)
- func (m *DevDumpObjects) XXX_Size() int
- func (m *DevDumpObjects) XXX_Unmarshal(b []byte) error
- type DevDumpObjects_Request
- func (*DevDumpObjects_Request) Descriptor() ([]byte, []int)
- func (m *DevDumpObjects_Request) GetWithPreloading() bool
- func (m *DevDumpObjects_Request) Marshal() (dAtA []byte, err error)
- func (m *DevDumpObjects_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *DevDumpObjects_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DevDumpObjects_Request) ProtoMessage()
- func (m *DevDumpObjects_Request) Reset()
- func (m *DevDumpObjects_Request) Size() (n int)
- func (m *DevDumpObjects_Request) String() string
- func (m *DevDumpObjects_Request) Unmarshal(dAtA []byte) error
- func (m *DevDumpObjects_Request) XXX_DiscardUnknown()
- func (m *DevDumpObjects_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevDumpObjects_Request) XXX_Merge(src proto.Message)
- func (m *DevDumpObjects_Request) XXX_Size() int
- func (m *DevDumpObjects_Request) XXX_Unmarshal(b []byte) error
- type DevDumpObjects_Response
- func (*DevDumpObjects_Response) Descriptor() ([]byte, []int)
- func (m *DevDumpObjects_Response) GetBatch() *Batch
- func (m *DevDumpObjects_Response) GetDownloads() []*Download
- func (m *DevDumpObjects_Response) Marshal() (dAtA []byte, err error)
- func (m *DevDumpObjects_Response) MarshalTo(dAtA []byte) (int, error)
- func (m *DevDumpObjects_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DevDumpObjects_Response) ProtoMessage()
- func (m *DevDumpObjects_Response) Reset()
- func (m *DevDumpObjects_Response) Size() (n int)
- func (m *DevDumpObjects_Response) String() string
- func (m *DevDumpObjects_Response) Unmarshal(dAtA []byte) error
- func (m *DevDumpObjects_Response) XXX_DiscardUnknown()
- func (m *DevDumpObjects_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DevDumpObjects_Response) XXX_Merge(src proto.Message)
- func (m *DevDumpObjects_Response) XXX_Size() int
- func (m *DevDumpObjects_Response) XXX_Unmarshal(b []byte) error
- type Download
- func (*Download) Descriptor() ([]byte, []int)
- func (m *Download) GetCreatedAt() *time.Time
- func (m *Download) GetHasArtifact() *Artifact
- func (m *Download) GetHasArtifactID() string
- func (m *Download) GetID() int64
- func (m *Download) Marshal() (dAtA []byte, err error)
- func (m *Download) MarshalTo(dAtA []byte) (int, error)
- func (m *Download) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Download) ProtoMessage()
- func (m *Download) Reset()
- func (m *Download) Size() (n int)
- func (m *Download) String() string
- func (m *Download) Unmarshal(dAtA []byte) error
- func (m *Download) XXX_DiscardUnknown()
- func (m *Download) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Download) XXX_Merge(src proto.Message)
- func (m *Download) XXX_Size() int
- func (m *Download) XXX_Unmarshal(b []byte) error
- type Driver
- type Entity
- func (*Entity) Descriptor() ([]byte, []int)
- func (m *Entity) GetAvatarURL() string
- func (m *Entity) GetCreatedAt() *time.Time
- func (m *Entity) GetDescription() string
- func (m *Entity) GetDriver() Driver
- func (m *Entity) GetHasCommits() []*Commit
- func (m *Entity) GetHasMergerequests() []*MergeRequest
- func (m *Entity) GetHasProjects() []*Project
- func (m *Entity) GetID() string
- func (m *Entity) GetKind() Entity_Kind
- func (m *Entity) GetName() string
- func (m *Entity) GetUpdatedAt() *time.Time
- func (m *Entity) GetYoloID() string
- func (m *Entity) Marshal() (dAtA []byte, err error)
- func (m *Entity) MarshalTo(dAtA []byte) (int, error)
- func (m *Entity) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Entity) ProtoMessage()
- func (m *Entity) Reset()
- func (m *Entity) Size() (n int)
- func (m *Entity) String() string
- func (m *Entity) Unmarshal(dAtA []byte) error
- func (m *Entity) XXX_DiscardUnknown()
- func (m *Entity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Entity) XXX_Merge(src proto.Message)
- func (m *Entity) XXX_Size() int
- func (m *Entity) XXX_Unmarshal(b []byte) error
- type Entity_Kind
- type MergeRequest
- func (*MergeRequest) Descriptor() ([]byte, []int)
- func (m *MergeRequest) GetBranch() string
- func (m *MergeRequest) GetBranchURL() string
- func (m *MergeRequest) GetCommitURL() string
- func (m *MergeRequest) GetCreatedAt() *time.Time
- func (m *MergeRequest) GetDriver() Driver
- func (m *MergeRequest) GetHasAssignees() []*Entity
- func (m *MergeRequest) GetHasAuthor() *Entity
- func (m *MergeRequest) GetHasAuthorID() string
- func (m *MergeRequest) GetHasBuilds() []*Build
- func (m *MergeRequest) GetHasCommit() *Commit
- func (m *MergeRequest) GetHasCommitID() string
- func (m *MergeRequest) GetHasProject() *Project
- func (m *MergeRequest) GetHasProjectID() string
- func (m *MergeRequest) GetHasReleases() []*Release
- func (m *MergeRequest) GetHasReviewers() []*Entity
- func (m *MergeRequest) GetID() string
- func (m *MergeRequest) GetIsWIP() bool
- func (m *MergeRequest) GetMergedAt() *time.Time
- func (m *MergeRequest) GetMessage() string
- func (m *MergeRequest) GetShortID() string
- func (m *MergeRequest) GetState() MergeRequest_State
- func (m *MergeRequest) GetTitle() string
- func (m *MergeRequest) GetUpdatedAt() *time.Time
- func (m *MergeRequest) GetYoloID() string
- func (m *MergeRequest) Marshal() (dAtA []byte, err error)
- func (m *MergeRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MergeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MergeRequest) ProtoMessage()
- func (m *MergeRequest) Reset()
- func (m *MergeRequest) Size() (n int)
- func (m *MergeRequest) String() string
- func (m *MergeRequest) Unmarshal(dAtA []byte) error
- func (m *MergeRequest) XXX_DiscardUnknown()
- func (m *MergeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MergeRequest) XXX_Merge(src proto.Message)
- func (m *MergeRequest) XXX_Size() int
- func (m *MergeRequest) XXX_Unmarshal(b []byte) error
- type MergeRequest_State
- type Ping
- func (*Ping) Descriptor() ([]byte, []int)
- func (m *Ping) Marshal() (dAtA []byte, err error)
- func (m *Ping) MarshalTo(dAtA []byte) (int, error)
- func (m *Ping) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Ping) ProtoMessage()
- func (m *Ping) Reset()
- func (m *Ping) Size() (n int)
- func (m *Ping) String() string
- func (m *Ping) Unmarshal(dAtA []byte) error
- func (m *Ping) XXX_DiscardUnknown()
- func (m *Ping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ping) XXX_Merge(src proto.Message)
- func (m *Ping) XXX_Size() int
- func (m *Ping) XXX_Unmarshal(b []byte) error
- type Ping_Request
- func (*Ping_Request) Descriptor() ([]byte, []int)
- func (m *Ping_Request) Marshal() (dAtA []byte, err error)
- func (m *Ping_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *Ping_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Ping_Request) ProtoMessage()
- func (m *Ping_Request) Reset()
- func (m *Ping_Request) Size() (n int)
- func (m *Ping_Request) String() string
- func (m *Ping_Request) Unmarshal(dAtA []byte) error
- func (m *Ping_Request) XXX_DiscardUnknown()
- func (m *Ping_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ping_Request) XXX_Merge(src proto.Message)
- func (m *Ping_Request) XXX_Size() int
- func (m *Ping_Request) XXX_Unmarshal(b []byte) error
- type Ping_Response
- func (*Ping_Response) Descriptor() ([]byte, []int)
- func (m *Ping_Response) Marshal() (dAtA []byte, err error)
- func (m *Ping_Response) MarshalTo(dAtA []byte) (int, error)
- func (m *Ping_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Ping_Response) ProtoMessage()
- func (m *Ping_Response) Reset()
- func (m *Ping_Response) Size() (n int)
- func (m *Ping_Response) String() string
- func (m *Ping_Response) Unmarshal(dAtA []byte) error
- func (m *Ping_Response) XXX_DiscardUnknown()
- func (m *Ping_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ping_Response) XXX_Merge(src proto.Message)
- func (m *Ping_Response) XXX_Size() int
- func (m *Ping_Response) XXX_Unmarshal(b []byte) error
- type Project
- func (*Project) Descriptor() ([]byte, []int)
- func (m *Project) GetCreatedAt() *time.Time
- func (m *Project) GetDescription() string
- func (m *Project) GetDriver() Driver
- func (m *Project) GetHasArtifacts() []*Artifact
- func (m *Project) GetHasBuilds() []*Build
- func (m *Project) GetHasCommits() []*Commit
- func (m *Project) GetHasMergerequests() []*MergeRequest
- func (m *Project) GetHasOwner() *Entity
- func (m *Project) GetHasOwnerID() string
- func (m *Project) GetHasReleases() []*Release
- func (m *Project) GetID() string
- func (m *Project) GetName() string
- func (m *Project) GetUpdatedAt() *time.Time
- func (m *Project) GetYoloID() string
- func (m *Project) Marshal() (dAtA []byte, err error)
- func (m *Project) MarshalTo(dAtA []byte) (int, error)
- func (m *Project) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Project) ProtoMessage()
- func (m *Project) Reset()
- func (m *Project) Size() (n int)
- func (m *Project) String() string
- func (m *Project) Unmarshal(dAtA []byte) error
- func (m *Project) XXX_DiscardUnknown()
- func (m *Project) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Project) XXX_Merge(src proto.Message)
- func (m *Project) XXX_Size() int
- func (m *Project) XXX_Unmarshal(b []byte) error
- type Release
- func (*Release) Descriptor() ([]byte, []int)
- func (m *Release) GetCommitURL() string
- func (m *Release) GetCreatedAt() *time.Time
- func (m *Release) GetDriver() Driver
- func (m *Release) GetHasArtifacts() []*Artifact
- func (m *Release) GetHasCommit() *Commit
- func (m *Release) GetHasMergerequest() *MergeRequest
- func (m *Release) GetHasProject() *Project
- func (m *Release) GetID() string
- func (m *Release) GetMessage() string
- func (m *Release) GetShortID() string
- func (m *Release) GetUpdatedAt() *time.Time
- func (m *Release) GetYoloID() string
- func (m *Release) Marshal() (dAtA []byte, err error)
- func (m *Release) MarshalTo(dAtA []byte) (int, error)
- func (m *Release) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Release) ProtoMessage()
- func (m *Release) Reset()
- func (m *Release) Size() (n int)
- func (m *Release) String() string
- func (m *Release) Unmarshal(dAtA []byte) error
- func (m *Release) XXX_DiscardUnknown()
- func (m *Release) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Release) XXX_Merge(src proto.Message)
- func (m *Release) XXX_Size() int
- func (m *Release) XXX_Unmarshal(b []byte) error
- type Status
- func (*Status) Descriptor() ([]byte, []int)
- func (m *Status) Marshal() (dAtA []byte, err error)
- func (m *Status) MarshalTo(dAtA []byte) (int, error)
- func (m *Status) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Status) ProtoMessage()
- func (m *Status) Reset()
- func (m *Status) Size() (n int)
- func (m *Status) String() string
- func (m *Status) Unmarshal(dAtA []byte) error
- func (m *Status) XXX_DiscardUnknown()
- func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Status) XXX_Merge(src proto.Message)
- func (m *Status) XXX_Size() int
- func (m *Status) XXX_Unmarshal(b []byte) error
- type Status_Request
- func (*Status_Request) Descriptor() ([]byte, []int)
- func (m *Status_Request) Marshal() (dAtA []byte, err error)
- func (m *Status_Request) MarshalTo(dAtA []byte) (int, error)
- func (m *Status_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Status_Request) ProtoMessage()
- func (m *Status_Request) Reset()
- func (m *Status_Request) Size() (n int)
- func (m *Status_Request) String() string
- func (m *Status_Request) Unmarshal(dAtA []byte) error
- func (m *Status_Request) XXX_DiscardUnknown()
- func (m *Status_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Status_Request) XXX_Merge(src proto.Message)
- func (m *Status_Request) XXX_Size() int
- func (m *Status_Request) XXX_Unmarshal(b []byte) error
- type Status_Response
- func (*Status_Response) Descriptor() ([]byte, []int)
- func (m *Status_Response) GetDbErr() string
- func (m *Status_Response) GetNbBuilds() int32
- func (m *Status_Response) GetNbCommits() int32
- func (m *Status_Response) GetNbEntities() int32
- func (m *Status_Response) GetNbMergeRequests() int32
- func (m *Status_Response) GetNbProjects() int32
- func (m *Status_Response) GetNbReleases() int32
- func (m *Status_Response) GetUptime() int32
- func (m *Status_Response) Marshal() (dAtA []byte, err error)
- func (m *Status_Response) MarshalTo(dAtA []byte) (int, error)
- func (m *Status_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Status_Response) ProtoMessage()
- func (m *Status_Response) Reset()
- func (m *Status_Response) Size() (n int)
- func (m *Status_Response) String() string
- func (m *Status_Response) Unmarshal(dAtA []byte) error
- func (m *Status_Response) XXX_DiscardUnknown()
- func (m *Status_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Status_Response) XXX_Merge(src proto.Message)
- func (m *Status_Response) XXX_Size() int
- func (m *Status_Response) XXX_Unmarshal(b []byte) error
- type UnimplementedYoloServiceServer
- func (*UnimplementedYoloServiceServer) BuildList(ctx context.Context, req *BuildList_Request) (*BuildList_Response, error)
- func (*UnimplementedYoloServiceServer) BuildListFilters(ctx context.Context, req *BuildListFilters_Request) (*BuildListFilters_Response, error)
- func (*UnimplementedYoloServiceServer) DevDumpObjects(ctx context.Context, req *DevDumpObjects_Request) (*DevDumpObjects_Response, error)
- func (*UnimplementedYoloServiceServer) Ping(ctx context.Context, req *Ping_Request) (*Ping_Response, error)
- func (*UnimplementedYoloServiceServer) Status(ctx context.Context, req *Status_Request) (*Status_Response, error)
- type YoloServiceClient
- type YoloServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthYolopb = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowYolopb = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupYolopb = fmt.Errorf("proto: unexpected end of group") )
var Artifact_Kind_name = map[int32]string{
0: "UnknownKind",
1: "IPA",
2: "APK",
3: "DMG",
}
var Artifact_Kind_value = map[string]int32{
"UnknownKind": 0,
"IPA": 1,
"APK": 2,
"DMG": 3,
}
var Artifact_State_name = map[int32]string{
0: "UnknownState",
1: "Finished",
2: "New",
3: "Error",
4: "Deleted",
}
var Artifact_State_value = map[string]int32{
"UnknownState": 0,
"Finished": 1,
"New": 2,
"Error": 3,
"Deleted": 4,
}
var Build_State_name = map[int32]string{
0: "UnknownState",
1: "Running",
2: "Failed",
3: "Passed",
4: "Canceled",
5: "Scheduled",
6: "Skipped",
7: "NotRun",
8: "Timedout",
}
var Build_State_value = map[string]int32{
"UnknownState": 0,
"Running": 1,
"Failed": 2,
"Passed": 3,
"Canceled": 4,
"Scheduled": 5,
"Skipped": 6,
"NotRun": 7,
"Timedout": 8,
}
var Driver_name = map[int32]string{
0: "UnknownDriver",
1: "Buildkite",
2: "CircleCI",
3: "Bintray",
4: "GitHub",
}
var Driver_value = map[string]int32{
"UnknownDriver": 0,
"Buildkite": 1,
"CircleCI": 2,
"Bintray": 3,
"GitHub": 4,
}
var Entity_Kind_name = map[int32]string{
0: "UnknownKind",
1: "User",
2: "Organization",
3: "Bot",
}
var Entity_Kind_value = map[string]int32{
"UnknownKind": 0,
"User": 1,
"Organization": 2,
"Bot": 3,
}
var MergeRequest_State_name = map[int32]string{
0: "UnknownState",
1: "Opened",
2: "Closed",
3: "Merged",
}
var MergeRequest_State_value = map[string]int32{
"UnknownState": 0,
"Opened": 1,
"Closed": 2,
"Merged": 3,
}
Functions ¶
func RegisterYoloServiceHandler ¶
func RegisterYoloServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterYoloServiceHandler registers the http handlers for service YoloService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterYoloServiceHandlerClient ¶
func RegisterYoloServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client YoloServiceClient) error
RegisterYoloServiceHandlerClient registers the http handlers for service YoloService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "YoloServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "YoloServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "YoloServiceClient" to call the correct interceptors.
func RegisterYoloServiceHandlerFromEndpoint ¶
func RegisterYoloServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterYoloServiceHandlerFromEndpoint is same as RegisterYoloServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterYoloServiceHandlerServer ¶
func RegisterYoloServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server YoloServiceServer) error
RegisterYoloServiceHandlerServer registers the http handlers for service YoloService to "mux". UnaryRPC :call YoloServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.
func RegisterYoloServiceServer ¶
func RegisterYoloServiceServer(s *grpc.Server, srv YoloServiceServer)
Types ¶
type Artifact ¶
type Artifact struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` FileSize int64 `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"` LocalPath string `protobuf:"bytes,6,opt,name=local_path,json=localPath,proto3" json:"local_path,omitempty"` DownloadURL string `protobuf:"bytes,7,opt,name=download_url,json=downloadUrl,proto3" json:"download_url,omitempty"` MimeType string `protobuf:"bytes,8,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` Sha1Sum string `protobuf:"bytes,9,opt,name=sha1_sum,json=sha1Sum,proto3" json:"sha1_sum,omitempty"` Sha256Sum string `protobuf:"bytes,10,opt,name=sha256_sum,json=sha256Sum,proto3" json:"sha256_sum,omitempty"` State Artifact_State `protobuf:"varint,11,opt,name=state,proto3,enum=yolo.Artifact_State" json:"state,omitempty"` Kind Artifact_Kind `protobuf:"varint,12,opt,name=kind,proto3,enum=yolo.Artifact_Kind" json:"kind,omitempty"` Driver Driver `protobuf:"varint,13,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,omitempty"` BundleName string `protobuf:"bytes,14,opt,name=bundle_name,json=bundleName,proto3" json:"bundle_name,omitempty"` BundleVersion string `protobuf:"bytes,15,opt,name=bundle_version,json=bundleVersion,proto3" json:"bundle_version,omitempty"` BundleID string `protobuf:"bytes,16,opt,name=bundle_id,json=bundleId,proto3" json:"bundle_id,omitempty"` BundleIcon string `protobuf:"bytes,17,opt,name=bundle_icon,json=bundleIcon,proto3" json:"bundle_icon,omitempty"` HasBuild *Build `protobuf:"bytes,101,opt,name=has_build,json=hasBuild,proto3" json:"has_build,omitempty"` HasBuildID string `protobuf:"bytes,102,opt,name=has_build_id,json=hasBuildId,proto3" json:"has_build_id,omitempty"` HasRelease *Release `protobuf:"bytes,103,opt,name=has_release,json=hasRelease,proto3" json:"has_release,omitempty"` HasReleaseID string `protobuf:"bytes,104,opt,name=has_release_id,json=hasReleaseId,proto3" json:"has_release_id,omitempty"` Downloads []*Download `protobuf:"bytes,105,rep,name=downloads,proto3" json:"downloads,omitempty"` DownloadsCount int64 `protobuf:"varint,106,opt,name=downloads_count,json=downloadsCount,proto3" json:"downloads_count,omitempty" sql:"-"` DLArtifactSignedURL string `protobuf:"bytes,201,opt,name=dl_artifact_signed_url,json=dlArtifactSignedUrl,proto3" json:"dl_artifact_signed_url,omitempty"` PListSignedURL string `protobuf:"bytes,202,opt,name=plist_signed_url,json=plistSignedUrl,proto3" json:"plist_signed_url,omitempty"` }
func (*Artifact) AddSignedURLs ¶
AddSignedURLs adds new fields containing URLs with a signature
func (*Artifact) Descriptor ¶
func (*Artifact) GetBundleID ¶
func (*Artifact) GetBundleIcon ¶
func (*Artifact) GetBundleName ¶
func (*Artifact) GetBundleVersion ¶
func (*Artifact) GetCreatedAt ¶
func (*Artifact) GetDLArtifactSignedURL ¶
func (*Artifact) GetDownloadURL ¶
func (*Artifact) GetDownloads ¶
func (*Artifact) GetDownloadsCount ¶
func (*Artifact) GetFileSize ¶
func (*Artifact) GetHasBuild ¶
func (*Artifact) GetHasBuildID ¶
func (*Artifact) GetHasRelease ¶
func (*Artifact) GetHasReleaseID ¶
func (*Artifact) GetKind ¶
func (m *Artifact) GetKind() Artifact_Kind
func (*Artifact) GetLocalPath ¶
func (*Artifact) GetMimeType ¶
func (*Artifact) GetPListSignedURL ¶
func (*Artifact) GetSha1Sum ¶
func (*Artifact) GetSha256Sum ¶
func (*Artifact) GetState ¶
func (m *Artifact) GetState() Artifact_State
func (*Artifact) GetUpdatedAt ¶
func (*Artifact) MarshalToSizedBuffer ¶
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) XXX_DiscardUnknown ¶
func (m *Artifact) XXX_DiscardUnknown()
func (*Artifact) XXX_Marshal ¶
func (*Artifact) XXX_Unmarshal ¶
type Artifact_Kind ¶
type Artifact_Kind int32
const ( Artifact_UnknownKind Artifact_Kind = 0 Artifact_IPA Artifact_Kind = 1 Artifact_APK Artifact_Kind = 2 Artifact_DMG Artifact_Kind = 3 )
func (Artifact_Kind) EnumDescriptor ¶
func (Artifact_Kind) EnumDescriptor() ([]byte, []int)
func (Artifact_Kind) String ¶
func (x Artifact_Kind) String() string
type Artifact_State ¶
type Artifact_State int32
const ( Artifact_UnknownState Artifact_State = 0 Artifact_Finished Artifact_State = 1 Artifact_New Artifact_State = 2 Artifact_Error Artifact_State = 3 Artifact_Deleted Artifact_State = 4 )
func (Artifact_State) EnumDescriptor ¶
func (Artifact_State) EnumDescriptor() ([]byte, []int)
func (Artifact_State) String ¶
func (x Artifact_State) String() string
type Batch ¶
type Batch struct { Builds []*Build `protobuf:"bytes,1,rep,name=builds,proto3" json:"builds,omitempty"` Artifacts []*Artifact `protobuf:"bytes,2,rep,name=artifacts,proto3" json:"artifacts,omitempty"` Projects []*Project `protobuf:"bytes,3,rep,name=projects,proto3" json:"projects,omitempty"` Entities []*Entity `protobuf:"bytes,4,rep,name=entities,proto3" json:"entities,omitempty"` Releases []*Release `protobuf:"bytes,5,rep,name=releases,proto3" json:"releases,omitempty"` Commits []*Commit `protobuf:"bytes,6,rep,name=commits,proto3" json:"commits,omitempty"` MergeRequests []*MergeRequest `protobuf:"bytes,7,rep,name=merge_requests,json=mergeRequests,proto3" json:"merge_requests,omitempty"` }
func (*Batch) AllObjects ¶
func (b *Batch) AllObjects() []interface{}
func (*Batch) Descriptor ¶
func (*Batch) GetArtifacts ¶
func (*Batch) GetCommits ¶
func (*Batch) GetEntities ¶
func (*Batch) GetMergeRequests ¶
func (m *Batch) GetMergeRequests() []*MergeRequest
func (*Batch) GetProjects ¶
func (*Batch) GetReleases ¶
func (*Batch) ProtoMessage ¶
func (*Batch) ProtoMessage()
func (*Batch) XXX_DiscardUnknown ¶
func (m *Batch) XXX_DiscardUnknown()
func (*Batch) XXX_Marshal ¶
func (*Batch) XXX_Unmarshal ¶
type Build ¶
type Build struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` State Build_State `protobuf:"varint,5,opt,name=state,proto3,enum=yolo.Build_State" json:"state,omitempty"` CompletedAt *time.Time `protobuf:"bytes,6,opt,name=completed_at,json=completedAt,proto3,stdtime" json:"completed_at,omitempty"` Message string `protobuf:"bytes,7,opt,name=message,proto3" json:"message,omitempty"` StartedAt *time.Time `protobuf:"bytes,8,opt,name=started_at,json=startedAt,proto3,stdtime" json:"started_at,omitempty"` FinishedAt *time.Time `protobuf:"bytes,9,opt,name=finished_at,json=finishedAt,proto3,stdtime" json:"finished_at,omitempty"` CommitURL string `protobuf:"bytes,10,opt,name=commit_url,json=commitUrl,proto3" json:"commit_url,omitempty"` Branch string `protobuf:"bytes,11,opt,name=branch,proto3" json:"branch,omitempty"` Driver Driver `protobuf:"varint,12,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,omitempty"` ShortID string `protobuf:"bytes,13,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"` VCSTag string `protobuf:"bytes,14,opt,name=vcs_tag,json=vcsTag,proto3" json:"vcs_tag,omitempty"` VCSTagURL string `protobuf:"bytes,15,opt,name=vcs_tag_url,json=vcsTagUrl,proto3" json:"vcs_tag_url,omitempty"` HasArtifacts []*Artifact `` /* 128-byte string literal not displayed */ HasCommit *Commit `protobuf:"bytes,102,opt,name=has_commit,json=hasCommit,proto3" json:"has_commit,omitempty"` HasCommitID string `protobuf:"bytes,103,opt,name=has_commit_id,json=hasCommitId,proto3" json:"has_commit_id,omitempty"` HasProject *Project `protobuf:"bytes,104,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"` HasProjectID string `protobuf:"bytes,105,opt,name=has_project_id,json=hasProjectId,proto3" json:"has_project_id,omitempty"` HasMergerequest *MergeRequest `protobuf:"bytes,106,opt,name=has_mergerequest,json=hasMergerequest,proto3" json:"has_mergerequest,omitempty"` HasMergerequestID string `protobuf:"bytes,107,opt,name=has_mergerequest_id,json=hasMergerequestId,proto3" json:"has_mergerequest_id,omitempty"` }
func (*Build) Descriptor ¶
func (*Build) GetCommitURL ¶
func (*Build) GetCompletedAt ¶
func (*Build) GetCreatedAt ¶
func (*Build) GetFinishedAt ¶
func (*Build) GetHasArtifacts ¶
func (*Build) GetHasCommit ¶
func (*Build) GetHasCommitID ¶
func (*Build) GetHasMergerequest ¶
func (m *Build) GetHasMergerequest() *MergeRequest
func (*Build) GetHasMergerequestID ¶
func (*Build) GetHasProject ¶
func (*Build) GetHasProjectID ¶
func (*Build) GetMessage ¶
func (*Build) GetShortID ¶
func (*Build) GetStartedAt ¶
func (*Build) GetState ¶
func (m *Build) GetState() Build_State
func (*Build) GetUpdatedAt ¶
func (*Build) GetVCSTagURL ¶
func (*Build) PrepareOutput ¶
PrepareOutput adds new fields containing URLs with a signature and filters sensitive/useless data
func (*Build) ProtoMessage ¶
func (*Build) ProtoMessage()
func (*Build) XXX_DiscardUnknown ¶
func (m *Build) XXX_DiscardUnknown()
func (*Build) XXX_Marshal ¶
func (*Build) XXX_Unmarshal ¶
type BuildList ¶
type BuildList struct { }
func (*BuildList) Descriptor ¶
func (*BuildList) MarshalToSizedBuffer ¶
func (*BuildList) ProtoMessage ¶
func (*BuildList) ProtoMessage()
func (*BuildList) XXX_DiscardUnknown ¶
func (m *BuildList) XXX_DiscardUnknown()
func (*BuildList) XXX_Marshal ¶
func (*BuildList) XXX_Unmarshal ¶
type BuildListFilters ¶
type BuildListFilters struct { }
func (*BuildListFilters) Descriptor ¶
func (*BuildListFilters) Descriptor() ([]byte, []int)
func (*BuildListFilters) Marshal ¶
func (m *BuildListFilters) Marshal() (dAtA []byte, err error)
func (*BuildListFilters) MarshalToSizedBuffer ¶
func (m *BuildListFilters) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BuildListFilters) ProtoMessage ¶
func (*BuildListFilters) ProtoMessage()
func (*BuildListFilters) Reset ¶
func (m *BuildListFilters) Reset()
func (*BuildListFilters) Size ¶
func (m *BuildListFilters) Size() (n int)
func (*BuildListFilters) String ¶
func (m *BuildListFilters) String() string
func (*BuildListFilters) Unmarshal ¶
func (m *BuildListFilters) Unmarshal(dAtA []byte) error
func (*BuildListFilters) XXX_DiscardUnknown ¶
func (m *BuildListFilters) XXX_DiscardUnknown()
func (*BuildListFilters) XXX_Marshal ¶
func (m *BuildListFilters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildListFilters) XXX_Merge ¶
func (m *BuildListFilters) XXX_Merge(src proto.Message)
func (*BuildListFilters) XXX_Size ¶
func (m *BuildListFilters) XXX_Size() int
func (*BuildListFilters) XXX_Unmarshal ¶
func (m *BuildListFilters) XXX_Unmarshal(b []byte) error
type BuildListFilters_Request ¶
type BuildListFilters_Request struct { }
func (*BuildListFilters_Request) Descriptor ¶
func (*BuildListFilters_Request) Descriptor() ([]byte, []int)
func (*BuildListFilters_Request) Marshal ¶
func (m *BuildListFilters_Request) Marshal() (dAtA []byte, err error)
func (*BuildListFilters_Request) MarshalTo ¶
func (m *BuildListFilters_Request) MarshalTo(dAtA []byte) (int, error)
func (*BuildListFilters_Request) MarshalToSizedBuffer ¶
func (m *BuildListFilters_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BuildListFilters_Request) ProtoMessage ¶
func (*BuildListFilters_Request) ProtoMessage()
func (*BuildListFilters_Request) Reset ¶
func (m *BuildListFilters_Request) Reset()
func (*BuildListFilters_Request) Size ¶
func (m *BuildListFilters_Request) Size() (n int)
func (*BuildListFilters_Request) String ¶
func (m *BuildListFilters_Request) String() string
func (*BuildListFilters_Request) Unmarshal ¶
func (m *BuildListFilters_Request) Unmarshal(dAtA []byte) error
func (*BuildListFilters_Request) XXX_DiscardUnknown ¶
func (m *BuildListFilters_Request) XXX_DiscardUnknown()
func (*BuildListFilters_Request) XXX_Marshal ¶
func (m *BuildListFilters_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildListFilters_Request) XXX_Merge ¶
func (m *BuildListFilters_Request) XXX_Merge(src proto.Message)
func (*BuildListFilters_Request) XXX_Size ¶
func (m *BuildListFilters_Request) XXX_Size() int
func (*BuildListFilters_Request) XXX_Unmarshal ¶
func (m *BuildListFilters_Request) XXX_Unmarshal(b []byte) error
type BuildListFilters_Response ¶
type BuildListFilters_Response struct { Entities []*Entity `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"` Projects []*Project `protobuf:"bytes,2,rep,name=projects,proto3" json:"projects,omitempty"` }
func (*BuildListFilters_Response) Descriptor ¶
func (*BuildListFilters_Response) Descriptor() ([]byte, []int)
func (*BuildListFilters_Response) GetEntities ¶
func (m *BuildListFilters_Response) GetEntities() []*Entity
func (*BuildListFilters_Response) GetProjects ¶
func (m *BuildListFilters_Response) GetProjects() []*Project
func (*BuildListFilters_Response) Marshal ¶
func (m *BuildListFilters_Response) Marshal() (dAtA []byte, err error)
func (*BuildListFilters_Response) MarshalTo ¶
func (m *BuildListFilters_Response) MarshalTo(dAtA []byte) (int, error)
func (*BuildListFilters_Response) MarshalToSizedBuffer ¶
func (m *BuildListFilters_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BuildListFilters_Response) ProtoMessage ¶
func (*BuildListFilters_Response) ProtoMessage()
func (*BuildListFilters_Response) Reset ¶
func (m *BuildListFilters_Response) Reset()
func (*BuildListFilters_Response) Size ¶
func (m *BuildListFilters_Response) Size() (n int)
func (*BuildListFilters_Response) String ¶
func (m *BuildListFilters_Response) String() string
func (*BuildListFilters_Response) Unmarshal ¶
func (m *BuildListFilters_Response) Unmarshal(dAtA []byte) error
func (*BuildListFilters_Response) XXX_DiscardUnknown ¶
func (m *BuildListFilters_Response) XXX_DiscardUnknown()
func (*BuildListFilters_Response) XXX_Marshal ¶
func (m *BuildListFilters_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildListFilters_Response) XXX_Merge ¶
func (m *BuildListFilters_Response) XXX_Merge(src proto.Message)
func (*BuildListFilters_Response) XXX_Size ¶
func (m *BuildListFilters_Response) XXX_Size() int
func (*BuildListFilters_Response) XXX_Unmarshal ¶
func (m *BuildListFilters_Response) XXX_Unmarshal(b []byte) error
type BuildList_Request ¶
type BuildList_Request struct { // max amount of builds Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` // filter on artifact kinds ArtifactKinds []Artifact_Kind `` /* 132-byte string literal not displayed */ // filter builds without any artifacts WithArtifacts bool `protobuf:"varint,3,opt,name=with_artifacts,json=withArtifacts,proto3" json:"with_artifacts,omitempty"` // only a specific build by its ID or yolo_id BuildID []string `protobuf:"bytes,4,rep,name=build_id,json=buildId,proto3" json:"build_id,omitempty"` // builds of a specific project by its ID or yolo_id ProjectID []string `protobuf:"bytes,5,rep,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // filter on builds that contain at least on of these artifacts ArtifactID []string `protobuf:"bytes,6,rep,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"` // filter by build driver (GitHub, CircleCI, ...) BuildDriver []Driver `protobuf:"varint,7,rep,packed,name=build_driver,json=buildDriver,proto3,enum=yolo.Driver" json:"build_driver,omitempty"` // filter by state of build (passed, running, failed, etc) BuildState []Build_State `protobuf:"varint,8,rep,packed,name=build_state,json=buildState,proto3,enum=yolo.Build_State" json:"build_state,omitempty"` // filter on builds for a specific merge request MergeRequestID []string `protobuf:"bytes,9,rep,name=mergerequest_id,json=mergerequestId,proto3" json:"mergerequest_id,omitempty"` // filter on builds linked to the merge requests opened by a specific author MergeRequestAuthorID []string `protobuf:"bytes,10,rep,name=mergerequest_author_id,json=mergerequestAuthorId,proto3" json:"mergerequest_author_id,omitempty"` // filter on builds with a linked merge request WithMergerequest bool `protobuf:"varint,11,opt,name=with_mergerequest,json=withMergerequest,proto3" json:"with_mergerequest,omitempty"` // filter on builds with a linked merge request of a specific state MergerequestState []MergeRequest_State `` /* 150-byte string literal not displayed */ // filter on branch Branch []string `protobuf:"bytes,13,rep,name=branch,proto3" json:"branch,omitempty"` // filter builds with merge requests WithNoMergerequest bool `protobuf:"varint,14,opt,name=with_no_mergerequest,json=withNoMergerequest,proto3" json:"with_no_mergerequest,omitempty"` }
func (*BuildList_Request) Descriptor ¶
func (*BuildList_Request) Descriptor() ([]byte, []int)
func (*BuildList_Request) GetArtifactID ¶
func (m *BuildList_Request) GetArtifactID() []string
func (*BuildList_Request) GetArtifactKinds ¶
func (m *BuildList_Request) GetArtifactKinds() []Artifact_Kind
func (*BuildList_Request) GetBranch ¶
func (m *BuildList_Request) GetBranch() []string
func (*BuildList_Request) GetBuildDriver ¶
func (m *BuildList_Request) GetBuildDriver() []Driver
func (*BuildList_Request) GetBuildID ¶
func (m *BuildList_Request) GetBuildID() []string
func (*BuildList_Request) GetBuildState ¶
func (m *BuildList_Request) GetBuildState() []Build_State
func (*BuildList_Request) GetLimit ¶
func (m *BuildList_Request) GetLimit() int32
func (*BuildList_Request) GetMergeRequestAuthorID ¶
func (m *BuildList_Request) GetMergeRequestAuthorID() []string
func (*BuildList_Request) GetMergeRequestID ¶
func (m *BuildList_Request) GetMergeRequestID() []string
func (*BuildList_Request) GetMergerequestState ¶
func (m *BuildList_Request) GetMergerequestState() []MergeRequest_State
func (*BuildList_Request) GetProjectID ¶
func (m *BuildList_Request) GetProjectID() []string
func (*BuildList_Request) GetWithArtifacts ¶
func (m *BuildList_Request) GetWithArtifacts() bool
func (*BuildList_Request) GetWithMergerequest ¶
func (m *BuildList_Request) GetWithMergerequest() bool
func (*BuildList_Request) GetWithNoMergerequest ¶
func (m *BuildList_Request) GetWithNoMergerequest() bool
func (*BuildList_Request) Marshal ¶
func (m *BuildList_Request) Marshal() (dAtA []byte, err error)
func (*BuildList_Request) MarshalTo ¶
func (m *BuildList_Request) MarshalTo(dAtA []byte) (int, error)
func (*BuildList_Request) MarshalToSizedBuffer ¶
func (m *BuildList_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BuildList_Request) ProtoMessage ¶
func (*BuildList_Request) ProtoMessage()
func (*BuildList_Request) Reset ¶
func (m *BuildList_Request) Reset()
func (*BuildList_Request) Size ¶
func (m *BuildList_Request) Size() (n int)
func (*BuildList_Request) String ¶
func (m *BuildList_Request) String() string
func (*BuildList_Request) Unmarshal ¶
func (m *BuildList_Request) Unmarshal(dAtA []byte) error
func (*BuildList_Request) XXX_DiscardUnknown ¶
func (m *BuildList_Request) XXX_DiscardUnknown()
func (*BuildList_Request) XXX_Marshal ¶
func (m *BuildList_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildList_Request) XXX_Merge ¶
func (m *BuildList_Request) XXX_Merge(src proto.Message)
func (*BuildList_Request) XXX_Size ¶
func (m *BuildList_Request) XXX_Size() int
func (*BuildList_Request) XXX_Unmarshal ¶
func (m *BuildList_Request) XXX_Unmarshal(b []byte) error
type BuildList_Response ¶
type BuildList_Response struct {
Builds []*Build `protobuf:"bytes,1,rep,name=builds,proto3" json:"builds,omitempty"`
}
func (*BuildList_Response) Descriptor ¶
func (*BuildList_Response) Descriptor() ([]byte, []int)
func (*BuildList_Response) GetBuilds ¶
func (m *BuildList_Response) GetBuilds() []*Build
func (*BuildList_Response) Marshal ¶
func (m *BuildList_Response) Marshal() (dAtA []byte, err error)
func (*BuildList_Response) MarshalTo ¶
func (m *BuildList_Response) MarshalTo(dAtA []byte) (int, error)
func (*BuildList_Response) MarshalToSizedBuffer ¶
func (m *BuildList_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BuildList_Response) ProtoMessage ¶
func (*BuildList_Response) ProtoMessage()
func (*BuildList_Response) Reset ¶
func (m *BuildList_Response) Reset()
func (*BuildList_Response) Size ¶
func (m *BuildList_Response) Size() (n int)
func (*BuildList_Response) String ¶
func (m *BuildList_Response) String() string
func (*BuildList_Response) Unmarshal ¶
func (m *BuildList_Response) Unmarshal(dAtA []byte) error
func (*BuildList_Response) XXX_DiscardUnknown ¶
func (m *BuildList_Response) XXX_DiscardUnknown()
func (*BuildList_Response) XXX_Marshal ¶
func (m *BuildList_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BuildList_Response) XXX_Merge ¶
func (m *BuildList_Response) XXX_Merge(src proto.Message)
func (*BuildList_Response) XXX_Size ¶
func (m *BuildList_Response) XXX_Size() int
func (*BuildList_Response) XXX_Unmarshal ¶
func (m *BuildList_Response) XXX_Unmarshal(b []byte) error
type Build_State ¶
type Build_State int32
const ( Build_UnknownState Build_State = 0 Build_Running Build_State = 1 Build_Failed Build_State = 2 Build_Passed Build_State = 3 Build_Canceled Build_State = 4 Build_Scheduled Build_State = 5 Build_Skipped Build_State = 6 Build_NotRun Build_State = 7 Build_Timedout Build_State = 8 )
func (Build_State) EnumDescriptor ¶
func (Build_State) EnumDescriptor() ([]byte, []int)
func (Build_State) String ¶
func (x Build_State) String() string
type Commit ¶
type Commit struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` Driver Driver `protobuf:"varint,6,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,omitempty"` Branch string `protobuf:"bytes,7,opt,name=branch,proto3" json:"branch,omitempty"` HasReleases []*Release `protobuf:"bytes,101,rep,name=has_releases,json=hasReleases,proto3" json:"has_releases,omitempty"` HasBuilds []*Build `protobuf:"bytes,102,rep,name=has_builds,json=hasBuilds,proto3" json:"has_builds,omitempty"` HasProject *Project `protobuf:"bytes,103,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"` HasAuthor *Entity `protobuf:"bytes,104,opt,name=has_author,json=hasAuthor,proto3" json:"has_author,omitempty"` HasMergerequest *MergeRequest `protobuf:"bytes,105,opt,name=has_mergerequest,json=hasMergerequest,proto3" json:"has_mergerequest,omitempty"` }
func (*Commit) Descriptor ¶
func (*Commit) GetCreatedAt ¶
func (*Commit) GetHasAuthor ¶
func (*Commit) GetHasBuilds ¶
func (*Commit) GetHasMergerequest ¶
func (m *Commit) GetHasMergerequest() *MergeRequest
func (*Commit) GetHasProject ¶
func (*Commit) GetHasReleases ¶
func (*Commit) GetMessage ¶
func (*Commit) GetUpdatedAt ¶
func (*Commit) MarshalToSizedBuffer ¶
func (*Commit) ProtoMessage ¶
func (*Commit) ProtoMessage()
func (*Commit) XXX_DiscardUnknown ¶
func (m *Commit) XXX_DiscardUnknown()
func (*Commit) XXX_Marshal ¶
func (*Commit) XXX_Unmarshal ¶
type DevDumpObjects ¶
type DevDumpObjects struct { }
func (*DevDumpObjects) Descriptor ¶
func (*DevDumpObjects) Descriptor() ([]byte, []int)
func (*DevDumpObjects) Marshal ¶
func (m *DevDumpObjects) Marshal() (dAtA []byte, err error)
func (*DevDumpObjects) MarshalToSizedBuffer ¶
func (m *DevDumpObjects) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DevDumpObjects) ProtoMessage ¶
func (*DevDumpObjects) ProtoMessage()
func (*DevDumpObjects) Reset ¶
func (m *DevDumpObjects) Reset()
func (*DevDumpObjects) Size ¶
func (m *DevDumpObjects) Size() (n int)
func (*DevDumpObjects) String ¶
func (m *DevDumpObjects) String() string
func (*DevDumpObjects) Unmarshal ¶
func (m *DevDumpObjects) Unmarshal(dAtA []byte) error
func (*DevDumpObjects) XXX_DiscardUnknown ¶
func (m *DevDumpObjects) XXX_DiscardUnknown()
func (*DevDumpObjects) XXX_Marshal ¶
func (m *DevDumpObjects) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DevDumpObjects) XXX_Merge ¶
func (m *DevDumpObjects) XXX_Merge(src proto.Message)
func (*DevDumpObjects) XXX_Size ¶
func (m *DevDumpObjects) XXX_Size() int
func (*DevDumpObjects) XXX_Unmarshal ¶
func (m *DevDumpObjects) XXX_Unmarshal(b []byte) error
type DevDumpObjects_Request ¶
type DevDumpObjects_Request struct {
WithPreloading bool `protobuf:"varint,1,opt,name=with_preloading,json=withPreloading,proto3" json:"with_preloading,omitempty"`
}
func (*DevDumpObjects_Request) Descriptor ¶
func (*DevDumpObjects_Request) Descriptor() ([]byte, []int)
func (*DevDumpObjects_Request) GetWithPreloading ¶
func (m *DevDumpObjects_Request) GetWithPreloading() bool
func (*DevDumpObjects_Request) Marshal ¶
func (m *DevDumpObjects_Request) Marshal() (dAtA []byte, err error)
func (*DevDumpObjects_Request) MarshalTo ¶
func (m *DevDumpObjects_Request) MarshalTo(dAtA []byte) (int, error)
func (*DevDumpObjects_Request) MarshalToSizedBuffer ¶
func (m *DevDumpObjects_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DevDumpObjects_Request) ProtoMessage ¶
func (*DevDumpObjects_Request) ProtoMessage()
func (*DevDumpObjects_Request) Reset ¶
func (m *DevDumpObjects_Request) Reset()
func (*DevDumpObjects_Request) Size ¶
func (m *DevDumpObjects_Request) Size() (n int)
func (*DevDumpObjects_Request) String ¶
func (m *DevDumpObjects_Request) String() string
func (*DevDumpObjects_Request) Unmarshal ¶
func (m *DevDumpObjects_Request) Unmarshal(dAtA []byte) error
func (*DevDumpObjects_Request) XXX_DiscardUnknown ¶
func (m *DevDumpObjects_Request) XXX_DiscardUnknown()
func (*DevDumpObjects_Request) XXX_Marshal ¶
func (m *DevDumpObjects_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DevDumpObjects_Request) XXX_Merge ¶
func (m *DevDumpObjects_Request) XXX_Merge(src proto.Message)
func (*DevDumpObjects_Request) XXX_Size ¶
func (m *DevDumpObjects_Request) XXX_Size() int
func (*DevDumpObjects_Request) XXX_Unmarshal ¶
func (m *DevDumpObjects_Request) XXX_Unmarshal(b []byte) error
type DevDumpObjects_Response ¶
type DevDumpObjects_Response struct { Batch *Batch `protobuf:"bytes,1,opt,name=batch,proto3" json:"batch,omitempty"` Downloads []*Download `protobuf:"bytes,2,rep,name=downloads,proto3" json:"downloads,omitempty"` }
func (*DevDumpObjects_Response) Descriptor ¶
func (*DevDumpObjects_Response) Descriptor() ([]byte, []int)
func (*DevDumpObjects_Response) GetBatch ¶
func (m *DevDumpObjects_Response) GetBatch() *Batch
func (*DevDumpObjects_Response) GetDownloads ¶
func (m *DevDumpObjects_Response) GetDownloads() []*Download
func (*DevDumpObjects_Response) Marshal ¶
func (m *DevDumpObjects_Response) Marshal() (dAtA []byte, err error)
func (*DevDumpObjects_Response) MarshalTo ¶
func (m *DevDumpObjects_Response) MarshalTo(dAtA []byte) (int, error)
func (*DevDumpObjects_Response) MarshalToSizedBuffer ¶
func (m *DevDumpObjects_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DevDumpObjects_Response) ProtoMessage ¶
func (*DevDumpObjects_Response) ProtoMessage()
func (*DevDumpObjects_Response) Reset ¶
func (m *DevDumpObjects_Response) Reset()
func (*DevDumpObjects_Response) Size ¶
func (m *DevDumpObjects_Response) Size() (n int)
func (*DevDumpObjects_Response) String ¶
func (m *DevDumpObjects_Response) String() string
func (*DevDumpObjects_Response) Unmarshal ¶
func (m *DevDumpObjects_Response) Unmarshal(dAtA []byte) error
func (*DevDumpObjects_Response) XXX_DiscardUnknown ¶
func (m *DevDumpObjects_Response) XXX_DiscardUnknown()
func (*DevDumpObjects_Response) XXX_Marshal ¶
func (m *DevDumpObjects_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DevDumpObjects_Response) XXX_Merge ¶
func (m *DevDumpObjects_Response) XXX_Merge(src proto.Message)
func (*DevDumpObjects_Response) XXX_Size ¶
func (m *DevDumpObjects_Response) XXX_Size() int
func (*DevDumpObjects_Response) XXX_Unmarshal ¶
func (m *DevDumpObjects_Response) XXX_Unmarshal(b []byte) error
type Download ¶
type Download struct { ID int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty" gorm:"PRIMARY_KEY;AUTO_INCREMENT"` CreatedAt *time.Time `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` HasArtifact *Artifact `protobuf:"bytes,101,opt,name=has_artifact,json=hasArtifact,proto3" json:"has_artifact,omitempty"` HasArtifactID string `protobuf:"bytes,102,opt,name=has_artifact_id,json=hasArtifactId,proto3" json:"has_artifact_id,omitempty"` }
func (*Download) Descriptor ¶
func (*Download) GetCreatedAt ¶
func (*Download) GetHasArtifact ¶
func (*Download) GetHasArtifactID ¶
func (*Download) MarshalToSizedBuffer ¶
func (*Download) ProtoMessage ¶
func (*Download) ProtoMessage()
func (*Download) XXX_DiscardUnknown ¶
func (m *Download) XXX_DiscardUnknown()
func (*Download) XXX_Marshal ¶
func (*Download) XXX_Unmarshal ¶
type Entity ¶
type Entity struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` Driver Driver `protobuf:"varint,6,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,omitempty"` AvatarURL string `protobuf:"bytes,7,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"` Kind Entity_Kind `protobuf:"varint,8,opt,name=kind,proto3,enum=yolo.Entity_Kind" json:"kind,omitempty"` Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"` HasProjects []*Project `protobuf:"bytes,101,rep,name=has_projects,json=hasProjects,proto3" json:"has_projects,omitempty"` HasCommits []*Commit `protobuf:"bytes,102,rep,name=has_commits,json=hasCommits,proto3" json:"has_commits,omitempty"` HasMergerequests []*MergeRequest `protobuf:"bytes,103,rep,name=has_mergerequests,json=hasMergerequests,proto3" json:"has_mergerequests,omitempty"` }
func (*Entity) Descriptor ¶
func (*Entity) GetAvatarURL ¶
func (*Entity) GetCreatedAt ¶
func (*Entity) GetDescription ¶
func (*Entity) GetHasCommits ¶
func (*Entity) GetHasMergerequests ¶
func (m *Entity) GetHasMergerequests() []*MergeRequest
func (*Entity) GetHasProjects ¶
func (*Entity) GetKind ¶
func (m *Entity) GetKind() Entity_Kind
func (*Entity) GetUpdatedAt ¶
func (*Entity) MarshalToSizedBuffer ¶
func (*Entity) ProtoMessage ¶
func (*Entity) ProtoMessage()
func (*Entity) XXX_DiscardUnknown ¶
func (m *Entity) XXX_DiscardUnknown()
func (*Entity) XXX_Marshal ¶
func (*Entity) XXX_Unmarshal ¶
type Entity_Kind ¶
type Entity_Kind int32
const ( Entity_UnknownKind Entity_Kind = 0 Entity_User Entity_Kind = 1 Entity_Organization Entity_Kind = 2 Entity_Bot Entity_Kind = 3 )
func (Entity_Kind) EnumDescriptor ¶
func (Entity_Kind) EnumDescriptor() ([]byte, []int)
func (Entity_Kind) String ¶
func (x Entity_Kind) String() string
type MergeRequest ¶
type MergeRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` MergedAt *time.Time `protobuf:"bytes,5,opt,name=merged_at,json=mergedAt,proto3,stdtime" json:"merged_at,omitempty"` Title string `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"` Message string `protobuf:"bytes,7,opt,name=message,proto3" json:"message,omitempty"` Driver Driver `protobuf:"varint,8,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,omitempty"` Branch string `protobuf:"bytes,9,opt,name=branch,proto3" json:"branch,omitempty"` State MergeRequest_State `protobuf:"varint,10,opt,name=state,proto3,enum=yolo.MergeRequest_State" json:"state,omitempty"` CommitURL string `protobuf:"bytes,11,opt,name=commit_url,json=commitUrl,proto3" json:"commit_url,omitempty"` BranchURL string `protobuf:"bytes,12,opt,name=branch_url,json=branchUrl,proto3" json:"branch_url,omitempty"` ShortID string `protobuf:"bytes,13,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"` // is WIP or Draft IsWIP bool `protobuf:"varint,14,opt,name=is_wip,json=isWip,proto3" json:"is_wip,omitempty"` HasReleases []*Release `protobuf:"bytes,101,rep,name=has_releases,json=hasReleases,proto3" json:"has_releases,omitempty"` HasBuilds []*Build `protobuf:"bytes,102,rep,name=has_builds,json=hasBuilds,proto3" json:"has_builds,omitempty"` HasAssignees []*Entity `` /* 129-byte string literal not displayed */ HasReviewers []*Entity `` /* 129-byte string literal not displayed */ HasProject *Project `protobuf:"bytes,105,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"` HasProjectID string `protobuf:"bytes,106,opt,name=has_project_id,json=hasProjectId,proto3" json:"has_project_id,omitempty"` HasAuthor *Entity `protobuf:"bytes,107,opt,name=has_author,json=hasAuthor,proto3" json:"has_author,omitempty"` HasAuthorID string `protobuf:"bytes,108,opt,name=has_author_id,json=hasAuthorId,proto3" json:"has_author_id,omitempty"` HasCommit *Commit `protobuf:"bytes,109,opt,name=has_commit,json=hasCommit,proto3" json:"has_commit,omitempty"` HasCommitID string `protobuf:"bytes,110,opt,name=has_commit_id,json=hasCommitId,proto3" json:"has_commit_id,omitempty"` }
func (*MergeRequest) Descriptor ¶
func (*MergeRequest) Descriptor() ([]byte, []int)
func (*MergeRequest) GetBranch ¶
func (m *MergeRequest) GetBranch() string
func (*MergeRequest) GetBranchURL ¶
func (m *MergeRequest) GetBranchURL() string
func (*MergeRequest) GetCommitURL ¶
func (m *MergeRequest) GetCommitURL() string
func (*MergeRequest) GetCreatedAt ¶
func (m *MergeRequest) GetCreatedAt() *time.Time
func (*MergeRequest) GetDriver ¶
func (m *MergeRequest) GetDriver() Driver
func (*MergeRequest) GetHasAssignees ¶
func (m *MergeRequest) GetHasAssignees() []*Entity
func (*MergeRequest) GetHasAuthor ¶
func (m *MergeRequest) GetHasAuthor() *Entity
func (*MergeRequest) GetHasAuthorID ¶
func (m *MergeRequest) GetHasAuthorID() string
func (*MergeRequest) GetHasBuilds ¶
func (m *MergeRequest) GetHasBuilds() []*Build
func (*MergeRequest) GetHasCommit ¶
func (m *MergeRequest) GetHasCommit() *Commit
func (*MergeRequest) GetHasCommitID ¶
func (m *MergeRequest) GetHasCommitID() string
func (*MergeRequest) GetHasProject ¶
func (m *MergeRequest) GetHasProject() *Project
func (*MergeRequest) GetHasProjectID ¶
func (m *MergeRequest) GetHasProjectID() string
func (*MergeRequest) GetHasReleases ¶
func (m *MergeRequest) GetHasReleases() []*Release
func (*MergeRequest) GetHasReviewers ¶
func (m *MergeRequest) GetHasReviewers() []*Entity
func (*MergeRequest) GetID ¶
func (m *MergeRequest) GetID() string
func (*MergeRequest) GetIsWIP ¶
func (m *MergeRequest) GetIsWIP() bool
func (*MergeRequest) GetMergedAt ¶
func (m *MergeRequest) GetMergedAt() *time.Time
func (*MergeRequest) GetMessage ¶
func (m *MergeRequest) GetMessage() string
func (*MergeRequest) GetShortID ¶
func (m *MergeRequest) GetShortID() string
func (*MergeRequest) GetState ¶
func (m *MergeRequest) GetState() MergeRequest_State
func (*MergeRequest) GetTitle ¶
func (m *MergeRequest) GetTitle() string
func (*MergeRequest) GetUpdatedAt ¶
func (m *MergeRequest) GetUpdatedAt() *time.Time
func (*MergeRequest) GetYoloID ¶
func (m *MergeRequest) GetYoloID() string
func (*MergeRequest) Marshal ¶
func (m *MergeRequest) Marshal() (dAtA []byte, err error)
func (*MergeRequest) MarshalToSizedBuffer ¶
func (m *MergeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MergeRequest) ProtoMessage ¶
func (*MergeRequest) ProtoMessage()
func (*MergeRequest) Reset ¶
func (m *MergeRequest) Reset()
func (*MergeRequest) Size ¶
func (m *MergeRequest) Size() (n int)
func (*MergeRequest) String ¶
func (m *MergeRequest) String() string
func (*MergeRequest) Unmarshal ¶
func (m *MergeRequest) Unmarshal(dAtA []byte) error
func (*MergeRequest) XXX_DiscardUnknown ¶
func (m *MergeRequest) XXX_DiscardUnknown()
func (*MergeRequest) XXX_Marshal ¶
func (m *MergeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MergeRequest) XXX_Merge ¶
func (m *MergeRequest) XXX_Merge(src proto.Message)
func (*MergeRequest) XXX_Size ¶
func (m *MergeRequest) XXX_Size() int
func (*MergeRequest) XXX_Unmarshal ¶
func (m *MergeRequest) XXX_Unmarshal(b []byte) error
type MergeRequest_State ¶
type MergeRequest_State int32
const ( MergeRequest_UnknownState MergeRequest_State = 0 MergeRequest_Opened MergeRequest_State = 1 MergeRequest_Closed MergeRequest_State = 2 MergeRequest_Merged MergeRequest_State = 3 )
func (MergeRequest_State) EnumDescriptor ¶
func (MergeRequest_State) EnumDescriptor() ([]byte, []int)
func (MergeRequest_State) String ¶
func (x MergeRequest_State) String() string
type Ping ¶
type Ping struct { }
func (*Ping) Descriptor ¶
func (*Ping) ProtoMessage ¶
func (*Ping) ProtoMessage()
func (*Ping) XXX_DiscardUnknown ¶
func (m *Ping) XXX_DiscardUnknown()
func (*Ping) XXX_Unmarshal ¶
type Ping_Request ¶
type Ping_Request struct { }
func (*Ping_Request) Descriptor ¶
func (*Ping_Request) Descriptor() ([]byte, []int)
func (*Ping_Request) Marshal ¶
func (m *Ping_Request) Marshal() (dAtA []byte, err error)
func (*Ping_Request) MarshalToSizedBuffer ¶
func (m *Ping_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Ping_Request) ProtoMessage ¶
func (*Ping_Request) ProtoMessage()
func (*Ping_Request) Reset ¶
func (m *Ping_Request) Reset()
func (*Ping_Request) Size ¶
func (m *Ping_Request) Size() (n int)
func (*Ping_Request) String ¶
func (m *Ping_Request) String() string
func (*Ping_Request) Unmarshal ¶
func (m *Ping_Request) Unmarshal(dAtA []byte) error
func (*Ping_Request) XXX_DiscardUnknown ¶
func (m *Ping_Request) XXX_DiscardUnknown()
func (*Ping_Request) XXX_Marshal ¶
func (m *Ping_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ping_Request) XXX_Merge ¶
func (m *Ping_Request) XXX_Merge(src proto.Message)
func (*Ping_Request) XXX_Size ¶
func (m *Ping_Request) XXX_Size() int
func (*Ping_Request) XXX_Unmarshal ¶
func (m *Ping_Request) XXX_Unmarshal(b []byte) error
type Ping_Response ¶
type Ping_Response struct { }
func (*Ping_Response) Descriptor ¶
func (*Ping_Response) Descriptor() ([]byte, []int)
func (*Ping_Response) Marshal ¶
func (m *Ping_Response) Marshal() (dAtA []byte, err error)
func (*Ping_Response) MarshalToSizedBuffer ¶
func (m *Ping_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Ping_Response) ProtoMessage ¶
func (*Ping_Response) ProtoMessage()
func (*Ping_Response) Reset ¶
func (m *Ping_Response) Reset()
func (*Ping_Response) Size ¶
func (m *Ping_Response) Size() (n int)
func (*Ping_Response) String ¶
func (m *Ping_Response) String() string
func (*Ping_Response) Unmarshal ¶
func (m *Ping_Response) Unmarshal(dAtA []byte) error
func (*Ping_Response) XXX_DiscardUnknown ¶
func (m *Ping_Response) XXX_DiscardUnknown()
func (*Ping_Response) XXX_Marshal ¶
func (m *Ping_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Ping_Response) XXX_Merge ¶
func (m *Ping_Response) XXX_Merge(src proto.Message)
func (*Ping_Response) XXX_Size ¶
func (m *Ping_Response) XXX_Size() int
func (*Ping_Response) XXX_Unmarshal ¶
func (m *Ping_Response) XXX_Unmarshal(b []byte) error
type Project ¶
type Project struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` Driver Driver `protobuf:"varint,5,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,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"` HasArtifacts []*Artifact `protobuf:"bytes,101,rep,name=has_artifacts,json=hasArtifacts,proto3" json:"has_artifacts,omitempty"` HasBuilds []*Build `protobuf:"bytes,102,rep,name=has_builds,json=hasBuilds,proto3" json:"has_builds,omitempty"` HasCommits []*Commit `protobuf:"bytes,103,rep,name=has_commits,json=hasCommits,proto3" json:"has_commits,omitempty"` HasReleases []*Release `protobuf:"bytes,104,rep,name=has_releases,json=hasReleases,proto3" json:"has_releases,omitempty"` HasMergerequests []*MergeRequest `protobuf:"bytes,105,rep,name=has_mergerequests,json=hasMergerequests,proto3" json:"has_mergerequests,omitempty"` HasOwner *Entity `protobuf:"bytes,106,opt,name=has_owner,json=hasOwner,proto3" json:"has_owner,omitempty"` HasOwnerID string `protobuf:"bytes,107,opt,name=has_owner_id,json=hasOwnerId,proto3" json:"has_owner_id,omitempty"` }
func (*Project) Descriptor ¶
func (*Project) GetCreatedAt ¶
func (*Project) GetDescription ¶
func (*Project) GetHasArtifacts ¶
func (*Project) GetHasBuilds ¶
func (*Project) GetHasCommits ¶
func (*Project) GetHasMergerequests ¶
func (m *Project) GetHasMergerequests() []*MergeRequest
func (*Project) GetHasOwner ¶
func (*Project) GetHasOwnerID ¶
func (*Project) GetHasReleases ¶
func (*Project) GetUpdatedAt ¶
func (*Project) MarshalToSizedBuffer ¶
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) XXX_DiscardUnknown ¶
func (m *Project) XXX_DiscardUnknown()
func (*Project) XXX_Marshal ¶
func (*Project) XXX_Unmarshal ¶
type Release ¶
type Release struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primary_key"` YoloID string `protobuf:"bytes,2,opt,name=yolo_id,json=yoloId,proto3" json:"yolo_id,omitempty"` CreatedAt *time.Time `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3,stdtime" json:"created_at,omitempty"` UpdatedAt *time.Time `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3,stdtime" json:"updated_at,omitempty"` Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` Driver Driver `protobuf:"varint,6,opt,name=driver,proto3,enum=yolo.Driver" json:"driver,omitempty"` CommitURL string `protobuf:"bytes,7,opt,name=commit_url,json=commitUrl,proto3" json:"commit_url,omitempty"` ShortID string `protobuf:"bytes,8,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"` HasArtifacts []*Artifact `protobuf:"bytes,101,rep,name=has_artifacts,json=hasArtifacts,proto3" json:"has_artifacts,omitempty"` HasCommit *Commit `protobuf:"bytes,102,opt,name=has_commit,json=hasCommit,proto3" json:"has_commit,omitempty"` HasProject *Project `protobuf:"bytes,103,opt,name=has_project,json=hasProject,proto3" json:"has_project,omitempty"` HasMergerequest *MergeRequest `protobuf:"bytes,104,opt,name=has_mergerequest,json=hasMergerequest,proto3" json:"has_mergerequest,omitempty"` }
func (*Release) Descriptor ¶
func (*Release) GetCommitURL ¶
func (*Release) GetCreatedAt ¶
func (*Release) GetHasArtifacts ¶
func (*Release) GetHasCommit ¶
func (*Release) GetHasMergerequest ¶
func (m *Release) GetHasMergerequest() *MergeRequest
func (*Release) GetHasProject ¶
func (*Release) GetMessage ¶
func (*Release) GetShortID ¶
func (*Release) GetUpdatedAt ¶
func (*Release) MarshalToSizedBuffer ¶
func (*Release) ProtoMessage ¶
func (*Release) ProtoMessage()
func (*Release) XXX_DiscardUnknown ¶
func (m *Release) XXX_DiscardUnknown()
func (*Release) XXX_Marshal ¶
func (*Release) XXX_Unmarshal ¶
type Status ¶
type Status struct { }
func (*Status) Descriptor ¶
func (*Status) MarshalToSizedBuffer ¶
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) XXX_DiscardUnknown ¶
func (m *Status) XXX_DiscardUnknown()
func (*Status) XXX_Marshal ¶
func (*Status) XXX_Unmarshal ¶
type Status_Request ¶
type Status_Request struct { }
func (*Status_Request) Descriptor ¶
func (*Status_Request) Descriptor() ([]byte, []int)
func (*Status_Request) Marshal ¶
func (m *Status_Request) Marshal() (dAtA []byte, err error)
func (*Status_Request) MarshalToSizedBuffer ¶
func (m *Status_Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Status_Request) ProtoMessage ¶
func (*Status_Request) ProtoMessage()
func (*Status_Request) Reset ¶
func (m *Status_Request) Reset()
func (*Status_Request) Size ¶
func (m *Status_Request) Size() (n int)
func (*Status_Request) String ¶
func (m *Status_Request) String() string
func (*Status_Request) Unmarshal ¶
func (m *Status_Request) Unmarshal(dAtA []byte) error
func (*Status_Request) XXX_DiscardUnknown ¶
func (m *Status_Request) XXX_DiscardUnknown()
func (*Status_Request) XXX_Marshal ¶
func (m *Status_Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Status_Request) XXX_Merge ¶
func (m *Status_Request) XXX_Merge(src proto.Message)
func (*Status_Request) XXX_Size ¶
func (m *Status_Request) XXX_Size() int
func (*Status_Request) XXX_Unmarshal ¶
func (m *Status_Request) XXX_Unmarshal(b []byte) error
type Status_Response ¶
type Status_Response struct { Uptime int32 `protobuf:"varint,1,opt,name=uptime,proto3" json:"uptime,omitempty"` DbErr string `protobuf:"bytes,2,opt,name=db_err,json=dbErr,proto3" json:"db_err,omitempty"` NbEntities int32 `protobuf:"varint,10,opt,name=nb_entities,json=nbEntities,proto3" json:"nb_entities,omitempty"` NbProjects int32 `protobuf:"varint,11,opt,name=nb_projects,json=nbProjects,proto3" json:"nb_projects,omitempty"` NbCommits int32 `protobuf:"varint,12,opt,name=nb_commits,json=nbCommits,proto3" json:"nb_commits,omitempty"` NbReleases int32 `protobuf:"varint,13,opt,name=nb_releases,json=nbReleases,proto3" json:"nb_releases,omitempty"` NbBuilds int32 `protobuf:"varint,14,opt,name=nb_builds,json=nbBuilds,proto3" json:"nb_builds,omitempty"` NbMergeRequests int32 `protobuf:"varint,15,opt,name=nb_merge_requests,json=nbMergeRequests,proto3" json:"nb_merge_requests,omitempty"` }
func (*Status_Response) Descriptor ¶
func (*Status_Response) Descriptor() ([]byte, []int)
func (*Status_Response) GetDbErr ¶
func (m *Status_Response) GetDbErr() string
func (*Status_Response) GetNbBuilds ¶
func (m *Status_Response) GetNbBuilds() int32
func (*Status_Response) GetNbCommits ¶
func (m *Status_Response) GetNbCommits() int32
func (*Status_Response) GetNbEntities ¶
func (m *Status_Response) GetNbEntities() int32
func (*Status_Response) GetNbMergeRequests ¶
func (m *Status_Response) GetNbMergeRequests() int32
func (*Status_Response) GetNbProjects ¶
func (m *Status_Response) GetNbProjects() int32
func (*Status_Response) GetNbReleases ¶
func (m *Status_Response) GetNbReleases() int32
func (*Status_Response) GetUptime ¶
func (m *Status_Response) GetUptime() int32
func (*Status_Response) Marshal ¶
func (m *Status_Response) Marshal() (dAtA []byte, err error)
func (*Status_Response) MarshalToSizedBuffer ¶
func (m *Status_Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Status_Response) ProtoMessage ¶
func (*Status_Response) ProtoMessage()
func (*Status_Response) Reset ¶
func (m *Status_Response) Reset()
func (*Status_Response) Size ¶
func (m *Status_Response) Size() (n int)
func (*Status_Response) String ¶
func (m *Status_Response) String() string
func (*Status_Response) Unmarshal ¶
func (m *Status_Response) Unmarshal(dAtA []byte) error
func (*Status_Response) XXX_DiscardUnknown ¶
func (m *Status_Response) XXX_DiscardUnknown()
func (*Status_Response) XXX_Marshal ¶
func (m *Status_Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Status_Response) XXX_Merge ¶
func (m *Status_Response) XXX_Merge(src proto.Message)
func (*Status_Response) XXX_Size ¶
func (m *Status_Response) XXX_Size() int
func (*Status_Response) XXX_Unmarshal ¶
func (m *Status_Response) XXX_Unmarshal(b []byte) error
type UnimplementedYoloServiceServer ¶
type UnimplementedYoloServiceServer struct { }
UnimplementedYoloServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedYoloServiceServer) BuildList ¶
func (*UnimplementedYoloServiceServer) BuildList(ctx context.Context, req *BuildList_Request) (*BuildList_Response, error)
func (*UnimplementedYoloServiceServer) BuildListFilters ¶
func (*UnimplementedYoloServiceServer) BuildListFilters(ctx context.Context, req *BuildListFilters_Request) (*BuildListFilters_Response, error)
func (*UnimplementedYoloServiceServer) DevDumpObjects ¶
func (*UnimplementedYoloServiceServer) DevDumpObjects(ctx context.Context, req *DevDumpObjects_Request) (*DevDumpObjects_Response, error)
func (*UnimplementedYoloServiceServer) Ping ¶
func (*UnimplementedYoloServiceServer) Ping(ctx context.Context, req *Ping_Request) (*Ping_Response, error)
func (*UnimplementedYoloServiceServer) Status ¶
func (*UnimplementedYoloServiceServer) Status(ctx context.Context, req *Status_Request) (*Status_Response, error)
type YoloServiceClient ¶
type YoloServiceClient interface { Ping(ctx context.Context, in *Ping_Request, opts ...grpc.CallOption) (*Ping_Response, error) Status(ctx context.Context, in *Status_Request, opts ...grpc.CallOption) (*Status_Response, error) BuildList(ctx context.Context, in *BuildList_Request, opts ...grpc.CallOption) (*BuildList_Response, error) BuildListFilters(ctx context.Context, in *BuildListFilters_Request, opts ...grpc.CallOption) (*BuildListFilters_Response, error) DevDumpObjects(ctx context.Context, in *DevDumpObjects_Request, opts ...grpc.CallOption) (*DevDumpObjects_Response, error) }
YoloServiceClient is the client API for YoloService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewYoloServiceClient ¶
func NewYoloServiceClient(cc *grpc.ClientConn) YoloServiceClient
type YoloServiceServer ¶
type YoloServiceServer interface { Ping(context.Context, *Ping_Request) (*Ping_Response, error) Status(context.Context, *Status_Request) (*Status_Response, error) BuildList(context.Context, *BuildList_Request) (*BuildList_Response, error) BuildListFilters(context.Context, *BuildListFilters_Request) (*BuildListFilters_Response, error) DevDumpObjects(context.Context, *DevDumpObjects_Request) (*DevDumpObjects_Response, error) }
YoloServiceServer is the server API for YoloService service.