Documentation ¶
Index ¶
- func CheckFilename(filename string) (err error)
- func CreateShortID(ctx context.Context, isExist func(context.Context, string) bool) (id string, err error)
- func CreateTLSCert(certPath, keyPath string) error
- func InternalServerError(w http.ResponseWriter, err error)
- func IsURL(str string) bool
- func NewUniqueID() string
- func WriteCypherToFile(filepath string, cypherType string, cypher []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFilename ¶
func CreateShortID ¶
func CreateShortID(ctx context.Context, isExist func(context.Context, string) bool) (id string, err error)
CreateShortID создает короткий ID с проверкой на валидность
func CreateTLSCert ¶
func InternalServerError ¶
func InternalServerError(w http.ResponseWriter, err error)
func IsURL ¶
IsURL проверяет ссылку на валидность. Хотел сначала на регулярках сделать, потом со стековерфлоу согрешил
func NewUniqueID ¶
func NewUniqueID() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.