types

package
v0.0.0-...-2ed1d8a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FormCertificate

type FormCertificate struct {
	ID     string `form:"id" binding:"required"`
	Name   string `form:"name" binding:"required"`
	Course string `form:"course" binding:"required"`
	Grade  string `form:"grade" binding:"required"`
	Date   string `form:"date" binding:"required"`
}

type JsonCertificate

type JsonCertificate struct {
	ID     int    `json:"id"`
	Name   string `json:"name"`
	Course string `json:"course"`
	Grade  string `json:"grade"`
	Date   string `json:"date"`
}

type ReturnCertificate

type ReturnCertificate struct {
	Name   string
	Course string
	Grade  string
	Date   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL