package
Version:
v0.0.0-...-5b4393f
Opens a new window with list of versions in this module.
Published: Feb 8, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Category struct {
ID string `json:"id"`
Name string `json:"name"`
Description *string `json:"description,omitempty"`
}
type Course struct {
ID string `json:"id"`
Name string `json:"name"`
Description *string `json:"description,omitempty"`
}
type NewCategory struct {
Name string `json:"name"`
Description *string `json:"description,omitempty"`
}
type NewCourse struct {
Name string `json:"name"`
Description *string `json:"description,omitempty"`
CategoryID string `json:"categoryId"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.