package
0.0.3
Repository: https://github.com/wyattis/goof.git
Documentation: pkg.go.dev

# Functions

ParseEnvironment attempts to convert a string to a Environment.
ParseType attempts to convert a string to a Type.

# Constants

EnvironmentCloudRun is a Environment of type cloud_run.
EnvironmentLocal is a Environment of type local.
TypeMysql is a Type of type mysql.
TypePostgres is a Type of type postgres.
TypeSqlite3 is a Type of type sqlite3.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

No description provided by the author
ENUM(local, cloud_run).
ENUM(postgres, mysql, sqlite3).