Read returns the contents of the config source.
(ctx context.Context)
| 21 | Name() string |
| 22 | // Read returns the contents of the config source. |
| 23 | Read(ctx context.Context) ([]byte, error) |
| 24 | } |
| 25 | |
| 26 | // fileProvider reads config from the local filesystem. |
no outgoing calls