Documentation
¶
Index ¶
- Constants
- func EncodeString(s string) string
- func Exists(file string) bool
- func GetEnv() string
- func GetExtension(fileName string) string
- func NewULID() ulid.ULID
- func ReadFile(file string, obj interface{}) ([]byte, error)
- func ReadFileLines(file string) ([]string, error)
- func WriteFile(file string, obj interface{}) error
Constants ¶
View Source
const ( ConstDefaultURL = "http://localhost:8001" ConstStorageDatabase = "database" ConstStorageRedis = "redis" ConstStorageRabbitmq = "rabbitmq" ConstStorageDropbox = "dropbox" )
Variables ¶
This section is empty.
Functions ¶
func EncodeString ¶
func GetExtension ¶
func ReadFileLines ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.