package
0.0.0-20190222035006-49e54609ed1c
Repository: https://github.com/jacksontj/dataman.git
Documentation: pkg.go.dev

# README

Dataman Client

This package contains the client for dataman.

The client is modeled loosely after the golang http client, specifically that there is a client and a transport layer. This allows us to have consistent metrics/configs/etc with a single unified client, but allow us flexibility in how we connect to dataman through the transport layer.

Examples

There is a sub-package of "example_usage" with good examples of how to use these clients in golang.

# Packages

No description provided by the author
No description provided by the author

# Structs

TODO: support per-query config? TODO support switching config in-flight? If so then we'll need to store a pointer to it in the context -- which would require implementing one ourself.

# Interfaces

Interface for all dataman client access This includes clients that access the datasource directly etc.