Documentation ¶
Index ¶
- func AndroidDeviceState(deviceState db.DeviceState) (state string)
- func AndroidEnrollmentQR(srv *mattrax.Server, p *Protocol) http.HandlerFunc
- func AndroidOrganisation(srv *mattrax.Server, p *Protocol) http.HandlerFunc
- func AndroidOrganisationCallback(srv *mattrax.Server, p *Protocol) http.HandlerFunc
- func MattraxDeviceOwnership(deviceOwnership string) (ownership db.DeviceOwnership)
- func MattraxDeviceState(deviceState string) (state db.DeviceState)
- func MattraxManagementScope(deviceScope string) (scope db.ManagementScope)
- type Protocol
- func (p *Protocol) Events() protocol.EventHandlers
- func (p *Protocol) ID() string
- func (p *Protocol) Init(srv *mattrax.Server) (err error)
- func (p *Protocol) Mount(r *mux.Router) error
- func (p *Protocol) MountAPI(r *mux.Router, rUnauthenticated *mux.Router) error
- func (p *Protocol) Status() (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AndroidDeviceState ¶
func AndroidDeviceState(deviceState db.DeviceState) (state string)
func AndroidEnrollmentQR ¶
func AndroidEnrollmentQR(srv *mattrax.Server, p *Protocol) http.HandlerFunc
func AndroidOrganisation ¶
func AndroidOrganisation(srv *mattrax.Server, p *Protocol) http.HandlerFunc
func AndroidOrganisationCallback ¶
func AndroidOrganisationCallback(srv *mattrax.Server, p *Protocol) http.HandlerFunc
func MattraxDeviceOwnership ¶
func MattraxDeviceOwnership(deviceOwnership string) (ownership db.DeviceOwnership)
func MattraxDeviceState ¶
func MattraxDeviceState(deviceState string) (state db.DeviceState)
func MattraxManagementScope ¶
func MattraxManagementScope(deviceScope string) (scope db.ManagementScope)
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.