Documentation ¶ Index ¶ type Service Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service interface { // Run starts the service and returns an error. Services should not return non-critical errors, // instead they should log and retry. Services should be blocking. Run(ctx context.Context) error } Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.