Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct { drone.Base // 控制程序 Binary config.Binary `default:"${BINARY}" json:"binary,omitempty"` // 项目信息 Project config.Project `default:"${PROJECT}" json:"project,omitempty"` // 输出文件 Output gox.Slice[*config.Output] `default:"${OUTPUT}" json:"output,omitempty"` // 输出文件 Outputs gox.Slice[*config.Output] `default:"${OUTPUTS}" json:"outputs,omitempty"` // 调试信息 Debug config.Debug `default:"${DEBUG}" json:"debug,omitempty"` // 内存对齐 Alignment config.Alignment `default:"${ALIGNMENT}" json:"alignment,omitempty"` // 代码检查 Lint config.Lint `default:"${LINT}" json:"lint,omitempty"` // 测试 Test config.Test `default:"${TEST}" json:"test,omitempty"` // 压缩 Compress config.Compress `default:"${COMPRESS}" json:"compress,omitempty"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.