model

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleConfigInput

type BundleConfigInput struct {
	Path      string // 二进制文件路径
	NewBranch string // 新分支

	Project string // 二进制文件带的项目名
	Branch  string // 二进制文件对应分支
	Date    string // 二进制文件对日期
}

func (*BundleConfigInput) GetNewBranch

func (p *BundleConfigInput) GetNewBranch(ctx context.Context)

func (*BundleConfigInput) GetPath

func (p *BundleConfigInput) GetPath(path ...string) error

func (*BundleConfigInput) Show

func (p *BundleConfigInput) Show()

type GRPCCfgInput

type GRPCCfgInput struct {
	RunMQ bool
}

type GolangBuildInput

type GolangBuildInput struct {
	Name     string // APP 名称
	Version  string // 版本
	Author   string // 作者
	Repo     string // 仓库路径
	BuildCfg string // 配置文件名
}

type GrpcModuleCfgInput

type GrpcModuleCfgInput struct {
	RunFile   GrpcModuleCfgNormal
	RunWatch  GrpcModuleCfgNormal
	RunConfig GrpcModuleCfgNormal
}

type GrpcModuleCfgNormal

type GrpcModuleCfgNormal struct {
	Has   bool            // 是否有
	Param *gmap.StrAnyMap // 数据参数
}

type ScriptRunInput

type ScriptRunInput struct {
	Script string // 脚本全名或脚本编号
	Path   string // 脚本文件路径
}

Jump to

Keyboard shortcuts

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