Documentation ¶
Index ¶
- Variables
- type Common
- type Development
- func (Development) Descriptor() protoreflect.EnumDescriptor
- func (x Development) Enum() *Development
- func (Development) EnumDescriptor() ([]byte, []int)deprecated
- func (x Development) Number() protoreflect.EnumNumber
- func (x Development) String() string
- func (Development) Type() protoreflect.EnumType
- type Epic
- type IssueStatus
- func (*IssueStatus) Descriptor() ([]byte, []int)deprecated
- func (x *IssueStatus) GetCommon() *IssueStatusCommon
- func (x *IssueStatus) GetDevelopment() *IssueStatusDevelopment
- func (x *IssueStatus) GetEpic() *IssueStatusEpic
- func (m *IssueStatus) GetStatus() isIssueStatus_Status
- func (m *IssueStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *IssueStatus) MarshalToVT(dAtA []byte) (int, error)
- func (m *IssueStatus) MarshalVT() (dAtA []byte, err error)
- func (*IssueStatus) ProtoMessage()
- func (x *IssueStatus) ProtoReflect() protoreflect.Message
- func (x *IssueStatus) Reset()
- func (m *IssueStatus) SizeVT() (n int)
- func (x *IssueStatus) String() string
- func (m *IssueStatus) UnmarshalVT(dAtA []byte) error
- type IssueStatusCommon
- func (*IssueStatusCommon) Descriptor() ([]byte, []int)deprecated
- func (x *IssueStatusCommon) GetStatus() Common
- func (m *IssueStatusCommon) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *IssueStatusCommon) MarshalToVT(dAtA []byte) (int, error)
- func (m *IssueStatusCommon) MarshalVT() (dAtA []byte, err error)
- func (*IssueStatusCommon) ProtoMessage()
- func (x *IssueStatusCommon) ProtoReflect() protoreflect.Message
- func (x *IssueStatusCommon) Reset()
- func (m *IssueStatusCommon) SizeVT() (n int)
- func (x *IssueStatusCommon) String() string
- func (m *IssueStatusCommon) UnmarshalVT(dAtA []byte) error
- type IssueStatusDevelopment
- func (*IssueStatusDevelopment) Descriptor() ([]byte, []int)deprecated
- func (x *IssueStatusDevelopment) GetStatus() Development
- func (m *IssueStatusDevelopment) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *IssueStatusDevelopment) MarshalToVT(dAtA []byte) (int, error)
- func (m *IssueStatusDevelopment) MarshalVT() (dAtA []byte, err error)
- func (*IssueStatusDevelopment) ProtoMessage()
- func (x *IssueStatusDevelopment) ProtoReflect() protoreflect.Message
- func (x *IssueStatusDevelopment) Reset()
- func (m *IssueStatusDevelopment) SizeVT() (n int)
- func (x *IssueStatusDevelopment) String() string
- func (m *IssueStatusDevelopment) UnmarshalVT(dAtA []byte) error
- type IssueStatusEpic
- func (*IssueStatusEpic) Descriptor() ([]byte, []int)deprecated
- func (x *IssueStatusEpic) GetStatus() Epic
- func (m *IssueStatusEpic) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *IssueStatusEpic) MarshalToVT(dAtA []byte) (int, error)
- func (m *IssueStatusEpic) MarshalVT() (dAtA []byte, err error)
- func (*IssueStatusEpic) ProtoMessage()
- func (x *IssueStatusEpic) ProtoReflect() protoreflect.Message
- func (x *IssueStatusEpic) Reset()
- func (m *IssueStatusEpic) SizeVT() (n int)
- func (x *IssueStatusEpic) String() string
- func (m *IssueStatusEpic) UnmarshalVT(dAtA []byte) error
- type IssueStatus_Common
- type IssueStatus_Development
- type IssueStatus_Epic
- type Sprint
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Common_name = map[int32]string{ 0: "STATUS_COMMON_UNKNOWN", 1: "STATUS_COMMON_BACKLOG", 2: "STATUS_COMMON_IN_PROGRESS", 3: "STATUS_COMMON_DONE", 4: "STATUS_COMMON_READY_FOR_REVIEW", 5: "STATUS_COMMON_IN_REVIEW", 6: "STATUS_COMMON_REVIEW_FAILED", 7: "STATUS_COMMON_REVIEW_PASSED", 8: "STATUS_COMMON_GIVEN_TO_CUSTOMER", 9: "STATUS_COMMON_CLOSED", 10: "STATUS_COMMON_ON_HOLD", } Common_value = map[string]int32{ "STATUS_COMMON_UNKNOWN": 0, "STATUS_COMMON_BACKLOG": 1, "STATUS_COMMON_IN_PROGRESS": 2, "STATUS_COMMON_DONE": 3, "STATUS_COMMON_READY_FOR_REVIEW": 4, "STATUS_COMMON_IN_REVIEW": 5, "STATUS_COMMON_REVIEW_FAILED": 6, "STATUS_COMMON_REVIEW_PASSED": 7, "STATUS_COMMON_GIVEN_TO_CUSTOMER": 8, "STATUS_COMMON_CLOSED": 9, "STATUS_COMMON_ON_HOLD": 10, } )
Enum value maps for Common.
View Source
var ( Development_name = map[int32]string{ 0: "STATUS_DEVELOPMENT_UNKNOWN", 1: "STATUS_DEVELOPMENT_BACKLOG", 2: "STATUS_DEVELOPMENT_IN_PROGRESS", 3: "STATUS_DEVELOPMENT_IN_REVIEW", 4: "STATUS_DEVELOPMENT_READY_FOR_TESTING", 5: "STATUS_DEVELOPMENT_TESTING", 6: "STATUS_DEVELOPMENT_TESTING_PASSED", 7: "STATUS_DEVELOPMENT_DONE", 8: "STATUS_DEVELOPMENT_READY_TO_DEPLOY", 9: "STATUS_DEVELOPMENT_CLOSED", 10: "STATUS_DEVELOPMENT_ON_HOLD", } Development_value = map[string]int32{ "STATUS_DEVELOPMENT_UNKNOWN": 0, "STATUS_DEVELOPMENT_BACKLOG": 1, "STATUS_DEVELOPMENT_IN_PROGRESS": 2, "STATUS_DEVELOPMENT_IN_REVIEW": 3, "STATUS_DEVELOPMENT_READY_FOR_TESTING": 4, "STATUS_DEVELOPMENT_TESTING": 5, "STATUS_DEVELOPMENT_TESTING_PASSED": 6, "STATUS_DEVELOPMENT_DONE": 7, "STATUS_DEVELOPMENT_READY_TO_DEPLOY": 8, "STATUS_DEVELOPMENT_CLOSED": 9, "STATUS_DEVELOPMENT_ON_HOLD": 10, } )
Enum value maps for Development.
View Source
var ( Epic_name = map[int32]string{ 0: "STATUS_EPIC_UNKNOWN", 1: "STATUS_EPIC_BACKLOG", 2: "STATUS_EPIC_PLANNING", 3: "STATUS_EPIC_DESIGNING", 4: "STATUS_EPIC_IT", 5: "STATUS_EPIC_DONE", 6: "STATUS_EPIC_CLOSED", 7: "STATUS_EPIC_ON_HOLD", } Epic_value = map[string]int32{ "STATUS_EPIC_UNKNOWN": 0, "STATUS_EPIC_BACKLOG": 1, "STATUS_EPIC_PLANNING": 2, "STATUS_EPIC_DESIGNING": 3, "STATUS_EPIC_IT": 4, "STATUS_EPIC_DONE": 5, "STATUS_EPIC_CLOSED": 6, "STATUS_EPIC_ON_HOLD": 7, } )
Enum value maps for Epic.
View Source
var ( Sprint_name = map[int32]string{ 0: "STATUS_SPRINT_UNKNOWN", 1: "STATUS_SPRINT_BACKLOG", 2: "STATUS_SPRINT_ACTIVE", 3: "STATUS_SPRINT_FINISHED", } Sprint_value = map[string]int32{ "STATUS_SPRINT_UNKNOWN": 0, "STATUS_SPRINT_BACKLOG": 1, "STATUS_SPRINT_ACTIVE": 2, "STATUS_SPRINT_FINISHED": 3, } )
Enum value maps for Sprint.
View Source
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
View Source
var File_api_state_status_status_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Common ¶
type Common int32
const ( Common_STATUS_COMMON_UNKNOWN Common = 0 Common_STATUS_COMMON_BACKLOG Common = 1 Common_STATUS_COMMON_IN_PROGRESS Common = 2 Common_STATUS_COMMON_DONE Common = 3 Common_STATUS_COMMON_READY_FOR_REVIEW Common = 4 Common_STATUS_COMMON_IN_REVIEW Common = 5 Common_STATUS_COMMON_REVIEW_FAILED Common = 6 Common_STATUS_COMMON_REVIEW_PASSED Common = 7 Common_STATUS_COMMON_GIVEN_TO_CUSTOMER Common = 8 Common_STATUS_COMMON_CLOSED Common = 9 Common_STATUS_COMMON_ON_HOLD Common = 10 )
func (Common) Descriptor ¶
func (Common) Descriptor() protoreflect.EnumDescriptor
func (Common) EnumDescriptor
deprecated
func (Common) Number ¶
func (x Common) Number() protoreflect.EnumNumber
func (Common) Type ¶
func (Common) Type() protoreflect.EnumType
type Development ¶
type Development int32
const ( Development_STATUS_DEVELOPMENT_UNKNOWN Development = 0 Development_STATUS_DEVELOPMENT_BACKLOG Development = 1 Development_STATUS_DEVELOPMENT_IN_PROGRESS Development = 2 Development_STATUS_DEVELOPMENT_IN_REVIEW Development = 3 Development_STATUS_DEVELOPMENT_READY_FOR_TESTING Development = 4 Development_STATUS_DEVELOPMENT_TESTING Development = 5 Development_STATUS_DEVELOPMENT_TESTING_PASSED Development = 6 Development_STATUS_DEVELOPMENT_DONE Development = 7 Development_STATUS_DEVELOPMENT_READY_TO_DEPLOY Development = 8 Development_STATUS_DEVELOPMENT_CLOSED Development = 9 Development_STATUS_DEVELOPMENT_ON_HOLD Development = 10 )
func (Development) Descriptor ¶
func (Development) Descriptor() protoreflect.EnumDescriptor
func (Development) Enum ¶
func (x Development) Enum() *Development
func (Development) EnumDescriptor
deprecated
func (Development) EnumDescriptor() ([]byte, []int)
Deprecated: Use Development.Descriptor instead.
func (Development) Number ¶
func (x Development) Number() protoreflect.EnumNumber
func (Development) String ¶
func (x Development) String() string
func (Development) Type ¶
func (Development) Type() protoreflect.EnumType
type Epic ¶
type Epic int32
func (Epic) Descriptor ¶
func (Epic) Descriptor() protoreflect.EnumDescriptor
func (Epic) EnumDescriptor
deprecated
func (Epic) Number ¶
func (x Epic) Number() protoreflect.EnumNumber
func (Epic) Type ¶
func (Epic) Type() protoreflect.EnumType
type IssueStatus ¶
type IssueStatus struct { // Types that are assignable to Status: // // *IssueStatus_Common // *IssueStatus_Development // *IssueStatus_Epic Status isIssueStatus_Status `protobuf_oneof:"status"` // contains filtered or unexported fields }
func (*IssueStatus) Descriptor
deprecated
func (*IssueStatus) Descriptor() ([]byte, []int)
Deprecated: Use IssueStatus.ProtoReflect.Descriptor instead.
func (*IssueStatus) GetCommon ¶
func (x *IssueStatus) GetCommon() *IssueStatusCommon
func (*IssueStatus) GetDevelopment ¶
func (x *IssueStatus) GetDevelopment() *IssueStatusDevelopment
func (*IssueStatus) GetEpic ¶
func (x *IssueStatus) GetEpic() *IssueStatusEpic
func (*IssueStatus) GetStatus ¶
func (m *IssueStatus) GetStatus() isIssueStatus_Status
func (*IssueStatus) MarshalToSizedBufferVT ¶
func (m *IssueStatus) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatus) MarshalToVT ¶
func (m *IssueStatus) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatus) MarshalVT ¶
func (m *IssueStatus) MarshalVT() (dAtA []byte, err error)
func (*IssueStatus) ProtoMessage ¶
func (*IssueStatus) ProtoMessage()
func (*IssueStatus) ProtoReflect ¶
func (x *IssueStatus) ProtoReflect() protoreflect.Message
func (*IssueStatus) Reset ¶
func (x *IssueStatus) Reset()
func (*IssueStatus) SizeVT ¶
func (m *IssueStatus) SizeVT() (n int)
func (*IssueStatus) String ¶
func (x *IssueStatus) String() string
func (*IssueStatus) UnmarshalVT ¶
func (m *IssueStatus) UnmarshalVT(dAtA []byte) error
type IssueStatusCommon ¶
type IssueStatusCommon struct { Status Common `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IssueStatusCommon) Descriptor
deprecated
func (*IssueStatusCommon) Descriptor() ([]byte, []int)
Deprecated: Use IssueStatusCommon.ProtoReflect.Descriptor instead.
func (*IssueStatusCommon) GetStatus ¶
func (x *IssueStatusCommon) GetStatus() Common
func (*IssueStatusCommon) MarshalToSizedBufferVT ¶
func (m *IssueStatusCommon) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatusCommon) MarshalToVT ¶
func (m *IssueStatusCommon) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatusCommon) MarshalVT ¶
func (m *IssueStatusCommon) MarshalVT() (dAtA []byte, err error)
func (*IssueStatusCommon) ProtoMessage ¶
func (*IssueStatusCommon) ProtoMessage()
func (*IssueStatusCommon) ProtoReflect ¶
func (x *IssueStatusCommon) ProtoReflect() protoreflect.Message
func (*IssueStatusCommon) Reset ¶
func (x *IssueStatusCommon) Reset()
func (*IssueStatusCommon) SizeVT ¶
func (m *IssueStatusCommon) SizeVT() (n int)
func (*IssueStatusCommon) String ¶
func (x *IssueStatusCommon) String() string
func (*IssueStatusCommon) UnmarshalVT ¶
func (m *IssueStatusCommon) UnmarshalVT(dAtA []byte) error
type IssueStatusDevelopment ¶
type IssueStatusDevelopment struct { Status Development `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IssueStatusDevelopment) Descriptor
deprecated
func (*IssueStatusDevelopment) Descriptor() ([]byte, []int)
Deprecated: Use IssueStatusDevelopment.ProtoReflect.Descriptor instead.
func (*IssueStatusDevelopment) GetStatus ¶
func (x *IssueStatusDevelopment) GetStatus() Development
func (*IssueStatusDevelopment) MarshalToSizedBufferVT ¶
func (m *IssueStatusDevelopment) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatusDevelopment) MarshalToVT ¶
func (m *IssueStatusDevelopment) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatusDevelopment) MarshalVT ¶
func (m *IssueStatusDevelopment) MarshalVT() (dAtA []byte, err error)
func (*IssueStatusDevelopment) ProtoMessage ¶
func (*IssueStatusDevelopment) ProtoMessage()
func (*IssueStatusDevelopment) ProtoReflect ¶
func (x *IssueStatusDevelopment) ProtoReflect() protoreflect.Message
func (*IssueStatusDevelopment) Reset ¶
func (x *IssueStatusDevelopment) Reset()
func (*IssueStatusDevelopment) SizeVT ¶
func (m *IssueStatusDevelopment) SizeVT() (n int)
func (*IssueStatusDevelopment) String ¶
func (x *IssueStatusDevelopment) String() string
func (*IssueStatusDevelopment) UnmarshalVT ¶
func (m *IssueStatusDevelopment) UnmarshalVT(dAtA []byte) error
type IssueStatusEpic ¶
type IssueStatusEpic struct { Status Epic `` /* 133-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IssueStatusEpic) Descriptor
deprecated
func (*IssueStatusEpic) Descriptor() ([]byte, []int)
Deprecated: Use IssueStatusEpic.ProtoReflect.Descriptor instead.
func (*IssueStatusEpic) GetStatus ¶
func (x *IssueStatusEpic) GetStatus() Epic
func (*IssueStatusEpic) MarshalToSizedBufferVT ¶
func (m *IssueStatusEpic) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatusEpic) MarshalToVT ¶
func (m *IssueStatusEpic) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatusEpic) MarshalVT ¶
func (m *IssueStatusEpic) MarshalVT() (dAtA []byte, err error)
func (*IssueStatusEpic) ProtoMessage ¶
func (*IssueStatusEpic) ProtoMessage()
func (*IssueStatusEpic) ProtoReflect ¶
func (x *IssueStatusEpic) ProtoReflect() protoreflect.Message
func (*IssueStatusEpic) Reset ¶
func (x *IssueStatusEpic) Reset()
func (*IssueStatusEpic) SizeVT ¶
func (m *IssueStatusEpic) SizeVT() (n int)
func (*IssueStatusEpic) String ¶
func (x *IssueStatusEpic) String() string
func (*IssueStatusEpic) UnmarshalVT ¶
func (m *IssueStatusEpic) UnmarshalVT(dAtA []byte) error
type IssueStatus_Common ¶
type IssueStatus_Common struct {
Common *IssueStatusCommon `protobuf:"bytes,1,opt,name=common,proto3,oneof"`
}
func (*IssueStatus_Common) MarshalToSizedBufferVT ¶
func (m *IssueStatus_Common) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatus_Common) MarshalToVT ¶
func (m *IssueStatus_Common) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatus_Common) SizeVT ¶
func (m *IssueStatus_Common) SizeVT() (n int)
type IssueStatus_Development ¶
type IssueStatus_Development struct {
Development *IssueStatusDevelopment `protobuf:"bytes,2,opt,name=development,proto3,oneof"`
}
func (*IssueStatus_Development) MarshalToSizedBufferVT ¶
func (m *IssueStatus_Development) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatus_Development) MarshalToVT ¶
func (m *IssueStatus_Development) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatus_Development) SizeVT ¶
func (m *IssueStatus_Development) SizeVT() (n int)
type IssueStatus_Epic ¶
type IssueStatus_Epic struct {
Epic *IssueStatusEpic `protobuf:"bytes,3,opt,name=epic,proto3,oneof"`
}
func (*IssueStatus_Epic) MarshalToSizedBufferVT ¶
func (m *IssueStatus_Epic) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*IssueStatus_Epic) MarshalToVT ¶
func (m *IssueStatus_Epic) MarshalToVT(dAtA []byte) (int, error)
func (*IssueStatus_Epic) SizeVT ¶
func (m *IssueStatus_Epic) SizeVT() (n int)
type Sprint ¶
type Sprint int32
func (Sprint) Descriptor ¶
func (Sprint) Descriptor() protoreflect.EnumDescriptor
func (Sprint) EnumDescriptor
deprecated
func (Sprint) Number ¶
func (x Sprint) Number() protoreflect.EnumNumber
func (Sprint) Type ¶
func (Sprint) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.