Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jam ¶
type Jam struct { // Public name of the Jam. Name string `json:"name,omitempty"` // Owning user of the Jam. (not implemented yet) Owner *User `json:"owner,omitempty"` // Max number of Jam participants. Capacity uint `json:"capacity,omitempty"` // Beats per minute. Used for setting the tempo of MIDI playback. BPM uint `json:"bpm,omitempty"` }
type Service ¶
func NewService ¶
Click to show internal directories.
Click to hide internal directories.