Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCubeToCollection ¶
type AddCubeToCollection struct {
CubeID int64 `json:"cube_id"`
}
type DeleteCube ¶
type DeleteCube struct {
ID int64 `json:"cube_id"`
}
type RegisterUser ¶
type RemoveCubeFromCollection ¶
type RemoveCubeFromCollection struct {
CubeID int64 `query:"id"` //only works with GET or DELETE requests
}
Click to show internal directories.
Click to hide internal directories.