Correct docs.
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Standard service configuration. Start() can block as long as desired,
|
// Standard service configuration. Start MUST block.
|
||||||
// Stop() should not block for more then a second or two.
|
// Stop MUST NOT block for more then a second or two.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
// Used to register the service with the operating system.
|
// Used to register the service with the operating system.
|
||||||
Name, DisplayName, LongDescription string
|
Name, DisplayName, LongDescription string
|
||||||
|
|||||||
Reference in New Issue
Block a user