Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TradingPostServer ¶
type TradingPostServer interface { // Run causes the server to start serving up. // The server will run forever unless some error // occurs Run() error }
TradingPostServer defines the interface for a trading post server
func New ¶
func New(auth0Creds auth0creds.Auth0Creds, mongoDBURL string, port int) TradingPostServer
New instantiates a new TradingPostServer instance
Click to show internal directories.
Click to hide internal directories.