MetadataClient is a client for the Metadata schema.
| 1398 | |
| 1399 | // MetadataClient is a client for the Metadata schema. |
| 1400 | type MetadataClient struct { |
| 1401 | config |
| 1402 | } |
| 1403 | |
| 1404 | // NewMetadataClient returns a client for the Metadata from the given config. |
| 1405 | func NewMetadataClient(c config) *MetadataClient { |
nothing calls this directly
no outgoing calls
no test coverage detected