Documentation
¶
Overview ¶
Package dataaccess wires the Lookup and Update gRPC services into a single process listening on one port.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type DataAccess ¶
type DataAccess struct {
// contains filtered or unexported fields
}
func NewDataAccessAPI ¶
func NewDataAccessAPI(ctx context.Context, cfg config.RuntimeConfig[Config]) (*DataAccess, error)
func (*DataAccess) Address ¶
func (d *DataAccess) Address() string
func (*DataAccess) Logger ¶
func (d *DataAccess) Logger() *logrus.Entry
func (*DataAccess) Name ¶
func (d *DataAccess) Name() string
func (*DataAccess) Serve ¶
func (d *DataAccess) Serve() error
Click to show internal directories.
Click to hide internal directories.