Documentation ¶
Index ¶
- Constants
- Variables
- func ErrToValidation(err error) validator.ValidationErrors
- func FileExists(filename string) bool
- func FilterUrl(u string) string
- func IDArrToStr(IDarr []uint) string
- func IsErrDbNotFound(err error) bool
- func IsErrNotImplemented(err error) bool
- func IsErrValidation(err error) bool
- func OpenJson(path string, data any) (err error)
- func ParseUrl(u string) (*url.URL, error)
- func SafeSliceAccess(data interface{}, index int) (val reflect.Value)
- func Sha256(s string) string
- func StrToIDArr(s string) (IDarr []uint)
Constants ¶
View Source
const (
ERR_MSG_NOT_IMPLEMENTED = "not implemented"
)
Variables ¶
View Source
var ErrNotImplemented = errors.New(ERR_MSG_NOT_IMPLEMENTED)
Functions ¶
func ErrToValidation ¶
func ErrToValidation(err error) validator.ValidationErrors
func FileExists ¶
func IDArrToStr ¶
func IsErrDbNotFound ¶
func IsErrNotImplemented ¶
func IsErrValidation ¶
func SafeSliceAccess ¶
func StrToIDArr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.