Documentation ¶
Index ¶
- func BankForm(c *gin.Context)
- func BoatForm(c *gin.Context)
- func ConvertStrSliceToIntSlice(slc []string) []int
- func CreateBank(c *gin.Context)
- func CreateBoat(c *gin.Context)
- func CreateEmployee(c *gin.Context)
- func CreateFish(c *gin.Context)
- func CreateTrip(c *gin.Context)
- func DeleteBank(c *gin.Context)
- func DeleteBoat(c *gin.Context)
- func DeleteEmployee(c *gin.Context)
- func DeleteFish(c *gin.Context)
- func EmployeeForm(c *gin.Context)
- func EndTrip(c *gin.Context)
- func EndTripForm(c *gin.Context)
- func FishForm(c *gin.Context)
- func GetBank(c *gin.Context)
- func GetBanks(c *gin.Context)
- func GetBoat(c *gin.Context)
- func GetBoats(c *gin.Context)
- func GetEmployee(c *gin.Context)
- func GetEmployees(c *gin.Context)
- func GetEmployeesForTrip(c *gin.Context, trip *models.Trip, empIntIDs []int)
- func GetFishTypes(c *gin.Context, trip *models.Trip, ids []int)
- func GetFishes(c *gin.Context)
- func GetFormFishTypes(c *gin.Context) []models.FishType
- func GetFormSeaBanks(c *gin.Context) []models.SeaBank
- func GetFreeBoats(c *gin.Context) []models.Boat
- func GetFreeEmployees(c *gin.Context) []models.Employee
- func GetSeaBanks(c *gin.Context, trip *models.Trip, ids []int)
- func GetTrip(c *gin.Context)
- func GetTrips(c *gin.Context)
- func Index(c *gin.Context)
- func Login(c *gin.Context)
- func LoginForm(c *gin.Context)
- func Logout(c *gin.Context)
- func Register(c *gin.Context)
- func RegisterForm(c *gin.Context)
- func TripForm(c *gin.Context)
- func UpdateBoat(c *gin.Context)
- func UpdateBoatForm(c *gin.Context)
- func UpdateEmployee(c *gin.Context)
- func UpdateEmployeeForm(c *gin.Context)
- type Credentials
- type RegisterCred
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBoat ¶
func CreateEmployee ¶
func CreateFish ¶
func CreateTrip ¶
func DeleteBank ¶
func DeleteBoat ¶
func DeleteEmployee ¶
func DeleteFish ¶
func EmployeeForm ¶
func EndTripForm ¶
func GetEmployee ¶
func GetEmployees ¶
func GetEmployeesForTrip ¶
func RegisterForm ¶
func UpdateBoat ¶
func UpdateBoatForm ¶
func UpdateEmployee ¶
func UpdateEmployeeForm ¶
Types ¶
type Credentials ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.