String returns a string representation of the service. It is used to print a human-readable name of the service in the startup message.
()
| 17 | // String returns a string representation of the service. |
| 18 | // It is used to print a human-readable name of the service in the startup message. |
| 19 | String() string |
| 20 | |
| 21 | // State returns the current state of the service. |
| 22 | State(ctx context.Context) (string, error) |
no outgoing calls