Documentation
¶
Overview ¶
Package dataapi provides a Data API wrapper, which allows FerretDB to be used over HTTP instead of MongoDB wire protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListenOpts ¶
ListenOpts represents Listen options.
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
Listener represents dataapi listener.
func Listen ¶
func Listen(opts *ListenOpts) (*Listener, error)
Listen creates a new dataapi handler and starts listener on the given TCP address.
Click to show internal directories.
Click to hide internal directories.