7 lines
156 B
Go
7 lines
156 B
Go
|
package aghos
|
||
|
|
||
|
// PreCheckActionStart performs the service start action pre-check.
|
||
|
func PreCheckActionStart() (err error) {
|
||
|
return preCheckActionStart()
|
||
|
}
|