Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Port = 8101
View Source
var StorageFolder = "storage"
Functions ¶
Types ¶
type ByteCounter ¶
type Message ¶
type Message struct { Action string `json:"action"` Message string `json:"message"` Boolean bool `json:"boolean"` Number int64 `json:"number"` Error string `json:"error"` Success bool `json:"success"` Filename string `json:"filename"` Filenames []string `json:"filenames"` File zeptocore.File `json:"file"` SliceStart []float64 `json:"sliceStart"` SliceStop []float64 `json:"sliceStop"` SliceType []int `json:"sliceType"` State string `json:"state"` Place string `json:"place"` DeviceType string `json:"deviceType"` DeviceVersion string `json:"deviceVersion"` DeviceFirmwareUpload string `json:"deviceFirmwareUpload"` LatestVersion string `json:"latestVersion"` Transients [][]int `json:"transients"` FileNum int `json:"fileNum"` BankNum int `json:"bankNum"` I int `json:"i"` J int `json:"j"` N int `json:"n"` }
Click to show internal directories.
Click to hide internal directories.