Documentation
¶
Index ¶
- func MakeCreatePreSelectionsEndpoint(l *zap.Logger, m *Manager, e encode.Encoder) http.HandlerFunc
- func MakeGetLeftPreSelectionsEndpoint(l *zap.Logger, m *Manager, e encode.Encoder) http.HandlerFunc
- func MakeGetNextPreSelectionsEndpoint(l *zap.Logger, m *Manager, e encode.Encoder) http.HandlerFunc
- func MakeSetPreSelectionsEndpoint(l *zap.Logger, m *Manager, e encode.Encoder) http.HandlerFunc
- type Complete
- type Identifier
- type Incomplete
- type Manager
- type Provider
- type Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCreatePreSelectionsEndpoint ¶
MakeCreatePreSelectionsEndpoint for a HTTP server
func MakeGetLeftPreSelectionsEndpoint ¶
MakeGetLeftPreSelectionsEndpoint for a HTTP server
func MakeGetNextPreSelectionsEndpoint ¶
MakeGetNextPreSelectionsEndpoint for a HTTP server
func MakeSetPreSelectionsEndpoint ¶
MakeSetPreSelectionsEndpoint for a HTTP server
Types ¶
type Identifier ¶
type Identifier interface { Sex() uint64 ComponentID() uint64 DrawableID() uint64 TextureID() uint64 }
Identifier of a pre-selection
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager for pre-selection management
Click to show internal directories.
Click to hide internal directories.