Documentation
¶
Index ¶
- Variables
- func CheckIfLeapYear(year int) bool
- func Contains[T comparable](s []T, e T) bool
- func FmtSanitize[T any](toSanitize T) string
- func GetCurrentSchoolYear() string
- func GetMaxDayForMonth(month int, year int) int
- func Insert[T any](a []T, index int, value T) []T
- func Remove[T any](s []T, i int) []T
- func Sign(doc []byte, outputPath string, pkcs12FilePath string, pkcs12Password string) error
- func VerifyEMSO(emso string, gender string) bool
Constants ¶
This section is empty.
Variables ¶
View Source
var EMSO_POMNOZITEV = []int{
7,
6,
5,
4,
3,
2,
7,
6,
5,
4,
3,
2,
}
Functions ¶
func CheckIfLeapYear ¶
func Contains ¶
func Contains[T comparable](s []T, e T) bool
func FmtSanitize ¶
func GetCurrentSchoolYear ¶
func GetCurrentSchoolYear() string
func GetMaxDayForMonth ¶
func VerifyEMSO ¶
gender: male = 0 female = 1 Grozote
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.