We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0234b commit 1c0065fCopy full SHA for 1c0065f
service/service.go
@@ -1,3 +1,6 @@
1
+// Package service provides the runnable service that acts as the root of the
2
+// overall system. It provides a configuration structure, a way to initialise a
3
+// primed instance of the service which can then be start via the .Start() func.
4
package service
5
6
import (
0 commit comments