modulepackage
0.0.0-20231213223031-2c03de9362bb
Repository: https://github.com/featurebasedb/fb.git
Documentation: pkg.go.dev
# README
fb
The featurebasedb/fb
repository contains shared types used across various
featurebase services.
The idea is that we can start to share common types across services written in Go. So for example, a service might import this package and use its types like this:
"github.com/featurebasedb/fb"
type addr fb.Address
# Packages
Package errors wraps pkg/errors and includes some custom features such as error codes.
# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
NopAddressManager is a no-op implementation of the AddressManager interface.
# Interfaces
AddressManager is an interface for any service which needs to maintain a list of addresses, and receive add/remove address requests from other services.
# Type aliases
Address is a string of the form [scheme]://[host]:[port]/[path].
Addresses is a sortable slice of Address.
No description provided by the author
No description provided by the author
No description provided by the author