board_draw_type

package
v0.0.0-...-c756e77 Latest Latest
Warning

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

Go to latest
Published: May 10, 2025 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_board_draw_type_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BasicEllipseContent

type BasicEllipseContent struct {
	Text       string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	FontSize   string `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	FontWeight string `protobuf:"bytes,3,opt,name=fontWeight,proto3" json:"fontWeight,omitempty"`
	// contains filtered or unexported fields
}

func (*BasicEllipseContent) Descriptor deprecated

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

Deprecated: Use BasicEllipseContent.ProtoReflect.Descriptor instead.

func (*BasicEllipseContent) GetFontSize

func (x *BasicEllipseContent) GetFontSize() string

func (*BasicEllipseContent) GetFontWeight

func (x *BasicEllipseContent) GetFontWeight() string

func (*BasicEllipseContent) GetText

func (x *BasicEllipseContent) GetText() string

func (*BasicEllipseContent) ProtoMessage

func (*BasicEllipseContent) ProtoMessage()

func (*BasicEllipseContent) ProtoReflect

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

func (*BasicEllipseContent) Reset

func (x *BasicEllipseContent) Reset()

func (*BasicEllipseContent) String

func (x *BasicEllipseContent) String() string

type BasicImageContent

type BasicImageContent struct {
	FileId string `protobuf:"bytes,1,opt,name=fileId,proto3" json:"fileId,omitempty"`
	// contains filtered or unexported fields
}

func (*BasicImageContent) Descriptor deprecated

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

Deprecated: Use BasicImageContent.ProtoReflect.Descriptor instead.

func (*BasicImageContent) GetFileId

func (x *BasicImageContent) GetFileId() string

func (*BasicImageContent) ProtoMessage

func (*BasicImageContent) ProtoMessage()

func (*BasicImageContent) ProtoReflect

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

func (*BasicImageContent) Reset

func (x *BasicImageContent) Reset()

func (*BasicImageContent) String

func (x *BasicImageContent) String() string

type BasicLinkContent

type BasicLinkContent struct {
	LinkName string `protobuf:"bytes,1,opt,name=linkName,proto3" json:"linkName,omitempty"`
	LinkUrl  string `protobuf:"bytes,2,opt,name=linkUrl,proto3" json:"linkUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*BasicLinkContent) Descriptor deprecated

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

Deprecated: Use BasicLinkContent.ProtoReflect.Descriptor instead.

func (*BasicLinkContent) GetLinkName

func (x *BasicLinkContent) GetLinkName() string

func (*BasicLinkContent) GetLinkUrl

func (x *BasicLinkContent) GetLinkUrl() string

func (*BasicLinkContent) ProtoMessage

func (*BasicLinkContent) ProtoMessage()

func (*BasicLinkContent) ProtoReflect

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

func (*BasicLinkContent) Reset

func (x *BasicLinkContent) Reset()

func (*BasicLinkContent) String

func (x *BasicLinkContent) String() string

type BasicRectangleContent

type BasicRectangleContent struct {
	Text       string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	FontSize   string `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	FontWeight string `protobuf:"bytes,3,opt,name=fontWeight,proto3" json:"fontWeight,omitempty"`
	// contains filtered or unexported fields
}

基本图形

func (*BasicRectangleContent) Descriptor deprecated

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

Deprecated: Use BasicRectangleContent.ProtoReflect.Descriptor instead.

func (*BasicRectangleContent) GetFontSize

func (x *BasicRectangleContent) GetFontSize() string

func (*BasicRectangleContent) GetFontWeight

func (x *BasicRectangleContent) GetFontWeight() string

func (*BasicRectangleContent) GetText

func (x *BasicRectangleContent) GetText() string

func (*BasicRectangleContent) ProtoMessage

func (*BasicRectangleContent) ProtoMessage()

func (*BasicRectangleContent) ProtoReflect

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

func (*BasicRectangleContent) Reset

func (x *BasicRectangleContent) Reset()

func (*BasicRectangleContent) String

func (x *BasicRectangleContent) String() string

type BasicSvgContent

type BasicSvgContent struct {
	SvgId string `protobuf:"bytes,1,opt,name=svgId,proto3" json:"svgId,omitempty"` // svgId 由客户端维护
	// contains filtered or unexported fields
}

func (*BasicSvgContent) Descriptor deprecated

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

Deprecated: Use BasicSvgContent.ProtoReflect.Descriptor instead.

func (*BasicSvgContent) GetSvgId

func (x *BasicSvgContent) GetSvgId() string

func (*BasicSvgContent) ProtoMessage

func (*BasicSvgContent) ProtoMessage()

func (*BasicSvgContent) ProtoReflect

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

func (*BasicSvgContent) Reset

func (x *BasicSvgContent) Reset()

func (*BasicSvgContent) String

func (x *BasicSvgContent) String() string

type DevelopIssueContent

type DevelopIssueContent struct {
	GitServId   string `protobuf:"bytes,1,opt,name=gitServId,proto3" json:"gitServId,omitempty"`
	OwnerPath   string `protobuf:"bytes,2,opt,name=ownerPath,proto3" json:"ownerPath,omitempty"`
	RepoPath    string `protobuf:"bytes,3,opt,name=repoPath,proto3" json:"repoPath,omitempty"`
	IssueNumber string `protobuf:"bytes,4,opt,name=issueNumber,proto3" json:"issueNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*DevelopIssueContent) Descriptor deprecated

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

Deprecated: Use DevelopIssueContent.ProtoReflect.Descriptor instead.

func (*DevelopIssueContent) GetGitServId

func (x *DevelopIssueContent) GetGitServId() string

func (*DevelopIssueContent) GetIssueNumber

func (x *DevelopIssueContent) GetIssueNumber() string

func (*DevelopIssueContent) GetOwnerPath

func (x *DevelopIssueContent) GetOwnerPath() string

func (*DevelopIssueContent) GetRepoPath

func (x *DevelopIssueContent) GetRepoPath() string

func (*DevelopIssueContent) ProtoMessage

func (*DevelopIssueContent) ProtoMessage()

func (*DevelopIssueContent) ProtoReflect

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

func (*DevelopIssueContent) Reset

func (x *DevelopIssueContent) Reset()

func (*DevelopIssueContent) String

func (x *DevelopIssueContent) String() string

type DevelopMermaidContent

type DevelopMermaidContent struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*DevelopMermaidContent) Descriptor deprecated

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

Deprecated: Use DevelopMermaidContent.ProtoReflect.Descriptor instead.

func (*DevelopMermaidContent) GetContent

func (x *DevelopMermaidContent) GetContent() string

func (*DevelopMermaidContent) ProtoMessage

func (*DevelopMermaidContent) ProtoMessage()

func (*DevelopMermaidContent) ProtoReflect

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

func (*DevelopMermaidContent) Reset

func (x *DevelopMermaidContent) Reset()

func (*DevelopMermaidContent) String

func (x *DevelopMermaidContent) String() string

type LlmAnswerContent

type LlmAnswerContent struct {
	Content      string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` //回答内容
	ProviderName string `protobuf:"bytes,2,opt,name=providerName,proto3" json:"providerName,omitempty"`
	ModelName    string `protobuf:"bytes,3,opt,name=modelName,proto3" json:"modelName,omitempty"`
	Done         bool   `protobuf:"varint,4,opt,name=done,proto3" json:"done,omitempty"` //回答完毕
	// contains filtered or unexported fields
}

func (*LlmAnswerContent) Descriptor deprecated

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

Deprecated: Use LlmAnswerContent.ProtoReflect.Descriptor instead.

func (*LlmAnswerContent) GetContent

func (x *LlmAnswerContent) GetContent() string

func (*LlmAnswerContent) GetDone

func (x *LlmAnswerContent) GetDone() bool

func (*LlmAnswerContent) GetModelName

func (x *LlmAnswerContent) GetModelName() string

func (*LlmAnswerContent) GetProviderName

func (x *LlmAnswerContent) GetProviderName() string

func (*LlmAnswerContent) ProtoMessage

func (*LlmAnswerContent) ProtoMessage()

func (*LlmAnswerContent) ProtoReflect

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

func (*LlmAnswerContent) Reset

func (x *LlmAnswerContent) Reset()

func (*LlmAnswerContent) String

func (x *LlmAnswerContent) String() string

type LlmAskContent

type LlmAskContent struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"` //提问内容
	// contains filtered or unexported fields
}

llm相关

func (*LlmAskContent) Descriptor deprecated

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

Deprecated: Use LlmAskContent.ProtoReflect.Descriptor instead.

func (*LlmAskContent) GetContent

func (x *LlmAskContent) GetContent() string

func (*LlmAskContent) ProtoMessage

func (*LlmAskContent) ProtoMessage()

func (*LlmAskContent) ProtoReflect

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

func (*LlmAskContent) Reset

func (x *LlmAskContent) Reset()

func (*LlmAskContent) String

func (x *LlmAskContent) String() string

type TextContent

type TextContent struct {
	Text       string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	FontSize   string `protobuf:"bytes,2,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	FontWeight string `protobuf:"bytes,3,opt,name=fontWeight,proto3" json:"fontWeight,omitempty"`
	// contains filtered or unexported fields
}

func (*TextContent) Descriptor deprecated

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

Deprecated: Use TextContent.ProtoReflect.Descriptor instead.

func (*TextContent) GetFontSize

func (x *TextContent) GetFontSize() string

func (*TextContent) GetFontWeight

func (x *TextContent) GetFontWeight() string

func (*TextContent) GetText

func (x *TextContent) GetText() string

func (*TextContent) ProtoMessage

func (*TextContent) ProtoMessage()

func (*TextContent) ProtoReflect

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

func (*TextContent) Reset

func (x *TextContent) Reset()

func (*TextContent) String

func (x *TextContent) String() string

type UnkwownContent

type UnkwownContent struct {
	// contains filtered or unexported fields
}

未知类型

func (*UnkwownContent) Descriptor deprecated

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

Deprecated: Use UnkwownContent.ProtoReflect.Descriptor instead.

func (*UnkwownContent) ProtoMessage

func (*UnkwownContent) ProtoMessage()

func (*UnkwownContent) ProtoReflect

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

func (*UnkwownContent) Reset

func (x *UnkwownContent) Reset()

func (*UnkwownContent) String

func (x *UnkwownContent) String() string

Source Files

  • board_draw_type.pb.go

Jump to

Keyboard shortcuts

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