Documentation ¶
Index ¶
- type BackupID
- type DesktopSessionID
- type ExampleID
- type ExecutableGroupID
- type ExecutableGroupName
- type ExecutableID
- type FileState
- type IntentID
- type IntentTemplateID
- type IntentTemplateSelector
- type IntentTemplateSelectorBuilder
- type LocalRepositoryID
- type MIMETypeID
- type MainRepositoryID
- type MediaID
- type PlatformID
- type ProfileID
- type ProjectGroupID
- type ProjectGroupName
- type ProjectID
- type ProjectTypeID
- type RemoteRepositoryID
- type RepositoryGroupID
- type RepositoryGroupName
- type SettingID
- type SetupID
- type SoftwarePackageID
- type StringList
- type StringListCRLF
- type StringMap
- type UUID
- type UserID
- type UserName
- type WorktreeID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntentTemplateSelector ¶ added in v0.1.0
type IntentTemplateSelector string
IntentTemplateSelector 用字符串表示一个 Intent 模板选择器
func NewIntentTemplateSelector ¶ added in v0.1.0
func NewIntentTemplateSelector(sel string) IntentTemplateSelector
NewIntentTemplateSelector make a new IntentTemplateSelector
func (IntentTemplateSelector) String ¶ added in v0.1.0
func (value IntentTemplateSelector) String() string
type IntentTemplateSelectorBuilder ¶ added in v0.1.0
type IntentTemplateSelectorBuilder struct { Action string // [open|insert|update|edit|...] Target string // [repository|worktree|project||] With string // [exe-name] }
IntentTemplateSelectorBuilder 用来创建 IntentTemplateSelector
func (*IntentTemplateSelectorBuilder) Create ¶ added in v0.1.0
func (inst *IntentTemplateSelectorBuilder) Create() IntentTemplateSelector
Create build a new IntentTemplateSelector
type StringList ¶
type StringList string
StringList 表示一个包含多个词组的字符串,各个元素之间以逗号分隔
func NewStringList ¶ added in v0.1.0
func NewStringList(src []string) StringList
NewStringList ... 根据 src 创建 StringList
func (StringList) String ¶ added in v0.1.0
func (value StringList) String() string
type StringListCRLF ¶ added in v0.1.0
type StringListCRLF string
StringListCRLF 表示一个包含多个词组的字符串,各个元素之间以 CR|LF 分隔
func NewStringListCRLF ¶ added in v0.1.0
func NewStringListCRLF(src []string) StringListCRLF
NewStringListCRLF ... 根据 src 创建 StringListCRLF
func (StringListCRLF) Array ¶ added in v0.1.0
func (value StringListCRLF) Array() []string
Array ...
func (StringListCRLF) String ¶ added in v0.1.0
func (value StringListCRLF) String() string
type StringMap ¶ added in v0.1.0
type StringMap string
StringMap 表示一个stringify 的 map[string]string,它的格式参考git.config
func NewStringMap ¶ added in v0.1.0
NewStringMap ... 根据 src 创建新的 StringMap
Click to show internal directories.
Click to hide internal directories.