MCPcopy Create free account
hub / github.com/cloudwan/gohan / Dir

Method Dir

cli/cli.go:620–620  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

618func (o options) Args() []string { return o.OptArgs }
619func (o options) Command() string { return o.OptCommand }
620func (o options) Dir() string { return o.OptDir }
621func (o options) Interval() time.Duration { return time.Duration(o.OptInterval) * time.Second }
622func (o options) PidFile() string { return o.OptPidFile }
623func (o options) Ports() []string { return o.OptPorts }

Callers 13

getResyncCommandFunction · 0.80
gohanGenerateFunction · 0.80
doTemplateFunction · 0.80
NewServerFunction · 0.80
loadSchemaFromFileMethod · 0.80
ReadConfigMethod · 0.80
LoadConfigFunction · 0.80
includeFunction · 0.80
NewStmtFunction · 0.80
NewEnvironmentFunction · 0.80
loadSchemaIncludesMethod · 0.80
runSingleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected