Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server serve trade logs through http endpoint.
type ServerOption ¶
type ServerOption func(server *Server)
ServerOption configures the behaviour of Server constructor.
func WithApplicationNames ¶
func WithApplicationNames(an lipappnames.AddrToAppName) ServerOption
WithApplicationNames configures the Server instance to use appname integration.
func WithUserProfile ¶
func WithUserProfile(up userprofile.Interface) ServerOption
WithUserProfile configures the Server instance to use user profile lookup
Click to show internal directories.
Click to hide internal directories.