luster

package
v0.78.60 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_luster_comment_proto protoreflect.FileDescriptor
View Source
var File_api_luster_context_proto protoreflect.FileDescriptor
View Source
var File_api_luster_label_proto protoreflect.FileDescriptor
View Source
var File_api_luster_space_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Comment added in v0.78.41

type Comment struct {

	// The comment id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The comment name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The comment content.
	Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// The comment userId.
	UserId string `protobuf:"bytes,4,opt,name=userId,proto3" json:"userId,omitempty"`
	// The comment createdAt.
	// "created_at": "2023-10-27T10:00:00Z"
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// The comment updatedAt.
	// "updated_at": "2023-10-27T10:00:00Z"
	UpdatedAt string `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

The message defines the comment

func (*Comment) Descriptor deprecated added in v0.78.41

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

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetContent added in v0.78.41

func (x *Comment) GetContent() string

func (*Comment) GetCreatedAt added in v0.78.41

func (x *Comment) GetCreatedAt() string

func (*Comment) GetId added in v0.78.41

func (x *Comment) GetId() string

func (*Comment) GetName added in v0.78.41

func (x *Comment) GetName() string

func (*Comment) GetUpdatedAt added in v0.78.41

func (x *Comment) GetUpdatedAt() string

func (*Comment) GetUserId added in v0.78.41

func (x *Comment) GetUserId() string

func (*Comment) ProtoMessage added in v0.78.41

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect added in v0.78.41

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

func (*Comment) Reset added in v0.78.41

func (x *Comment) Reset()

func (*Comment) String added in v0.78.41

func (x *Comment) String() string

type Context added in v0.78.41

type Context struct {

	// The context id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The context name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The context number.
	// 作成されるごとにnumberが採番されます。
	Number string `protobuf:"bytes,3,opt,name=number,proto3" json:"number,omitempty"`
	// The context title.
	Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// The context content.
	//
	//	"content": "contextの本文詳細..."
	Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	// The context state.
	//
	//	"state": "open"
	State string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	// The context labels.
	// "labels": ["bug" "documentation"]
	Labels []string `protobuf:"bytes,7,rep,name=labels,proto3" json:"labels,omitempty"`
	// The context assignees.
	// "assignees": ["username1" "username2"]
	Assignees []string `protobuf:"bytes,8,rep,name=assignees,proto3" json:"assignees,omitempty"`
	// The context commentsCount.
	// "comments_count": 0
	CommentsCount int64 `protobuf:"varint,9,opt,name=commentsCount,proto3" json:"commentsCount,omitempty"`
	// The context createdAt.
	// "created_at": "2023-10-27T10:00:00Z"
	CreatedAt string `protobuf:"bytes,10,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// The context updatedAt.
	// "updated_at": "2023-10-27T10:00:00Z"
	UpdatedAt string `protobuf:"bytes,11,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// The context closedAt.
	ClosedAt string `protobuf:"bytes,12,opt,name=closedAt,proto3" json:"closedAt,omitempty"`
	// The context userId.
	UserId string `protobuf:"bytes,13,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

The message defines the context

func (*Context) Descriptor deprecated added in v0.78.41

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

Deprecated: Use Context.ProtoReflect.Descriptor instead.

func (*Context) GetAssignees added in v0.78.41

func (x *Context) GetAssignees() []string

func (*Context) GetClosedAt added in v0.78.41

func (x *Context) GetClosedAt() string

func (*Context) GetCommentsCount added in v0.78.41

func (x *Context) GetCommentsCount() int64

func (*Context) GetContent added in v0.78.41

func (x *Context) GetContent() string

func (*Context) GetCreatedAt added in v0.78.41

func (x *Context) GetCreatedAt() string

func (*Context) GetId added in v0.78.41

func (x *Context) GetId() string

func (*Context) GetLabels added in v0.78.41

func (x *Context) GetLabels() []string

func (*Context) GetName added in v0.78.41

func (x *Context) GetName() string

func (*Context) GetNumber added in v0.78.41

func (x *Context) GetNumber() string

func (*Context) GetState added in v0.78.41

func (x *Context) GetState() string

func (*Context) GetTitle added in v0.78.41

func (x *Context) GetTitle() string

func (*Context) GetUpdatedAt added in v0.78.41

func (x *Context) GetUpdatedAt() string

func (*Context) GetUserId added in v0.78.41

func (x *Context) GetUserId() string

func (*Context) ProtoMessage added in v0.78.41

func (*Context) ProtoMessage()

func (*Context) ProtoReflect added in v0.78.41

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

func (*Context) Reset added in v0.78.41

func (x *Context) Reset()

func (*Context) String added in v0.78.41

func (x *Context) String() string

type Label added in v0.78.41

type Label struct {

	// The label id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The label name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The label color.
	Color string `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"`
	// The label description.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// The label createdAt.
	// "created_at": "2023-10-27T10:00:00Z"
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// The label updatedAt.
	// "updated_at": "2023-10-27T10:00:00Z"
	UpdatedAt string `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

The message defines the label

func (*Label) Descriptor deprecated added in v0.78.41

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

Deprecated: Use Label.ProtoReflect.Descriptor instead.

func (*Label) GetColor added in v0.78.41

func (x *Label) GetColor() string

func (*Label) GetCreatedAt added in v0.78.41

func (x *Label) GetCreatedAt() string

func (*Label) GetDescription added in v0.78.41

func (x *Label) GetDescription() string

func (*Label) GetId added in v0.78.41

func (x *Label) GetId() string

func (*Label) GetName added in v0.78.41

func (x *Label) GetName() string

func (*Label) GetUpdatedAt added in v0.78.41

func (x *Label) GetUpdatedAt() string

func (*Label) ProtoMessage added in v0.78.41

func (*Label) ProtoMessage()

func (*Label) ProtoReflect added in v0.78.41

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

func (*Label) Reset added in v0.78.41

func (x *Label) Reset()

func (*Label) String added in v0.78.41

func (x *Label) String() string

type Space

type Space struct {

	// The space id.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The space name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The space description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The members in space.
	Members []string `protobuf:"bytes,4,rep,name=members,proto3" json:"members,omitempty"`
	// contains filtered or unexported fields
}

The message defines the space

func (*Space) Descriptor deprecated

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

Deprecated: Use Space.ProtoReflect.Descriptor instead.

func (*Space) GetDescription

func (x *Space) GetDescription() string

func (*Space) GetId

func (x *Space) GetId() string

func (*Space) GetMembers

func (x *Space) GetMembers() []string

func (*Space) GetName

func (x *Space) GetName() string

func (*Space) ProtoMessage

func (*Space) ProtoMessage()

func (*Space) ProtoReflect

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

func (*Space) Reset

func (x *Space) Reset()

func (*Space) String

func (x *Space) String() string

Jump to

Keyboard shortcuts

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