mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 08:25:43 +03:00
6 lines
136 B
Go
6 lines
136 B
Go
package executor
|
|
|
|
func (e *UniversalExecutor) LaunchSyslogServer(ctx *ExecutorContext) (*SyslogServerState, error) {
|
|
return nil, nil
|
|
}
|