Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
Module contains the relative data of go module, which is the result of the command go list
type PluginEnv ¶
type PluginEnv struct { GoVersion string GoModule string `validate:"required"` SdkDir string ScopeVersion string `validate:"required"` // scopeVersion ScopeVersions []string // scopeVersions used for clientSet GatewayPrefix string // microservice gateway prefix IsWarpHTTPResponse bool // is warped code, data, message // IsResourceExpansionUpdate bool // is to update resource expansion PluginOutputPath string // plugin output path SpecifiedMethods []string // specified rpc methods }
func GetPluginEnv ¶
func (*PluginEnv) IsNeedGenerateGoMod ¶
Click to show internal directories.
Click to hide internal directories.