Documentation
¶
Overview ¶
Package ground is the top level package from where you can import some of the components
Index ¶
- func GiveMeABarkRemoteServerClient(remoteServerUrl, defaultLogLvl, svcName, sessName string, enableSlog bool, ...) logger.Logger
- func GiveMeABarkSLogger() logger.Logger
- func GiveMeABlankJsonObject() jsonObject.Typ
- func GiveMeACacheManager(config cache.RedisConfig) *cache.Client
- func GiveMeACodeGenerator(config dbcodegen.CodegenConfig) (*dbcodegen.Generator, appError.Typ)
- func GiveMeADirectToDbBarkClient(dbUrl, defaultLogLvl, svcName, sessName string, enableSlog bool) logger.Logger
- func GiveMeAFasthttpServer() *webServer.FastHttpServer
- func GiveMeANetHttpServer(port uint16, blockOnStart bool) *netserver.NetHttpServer
- func GiveMeANewDirectToDbBarkClientCustomSchemaTable(dbUrl, schemaName, tableName, defaultLogLvl, svcName, sessName string, ...) logger.Logger
- func GiveMeARoutineManager() bgroutine.Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GiveMeABarkRemoteServerClient ¶ added in v0.1.4
func GiveMeABarkSLogger ¶ added in v0.1.4
func GiveMeABlankJsonObject ¶ added in v0.1.5
func GiveMeABlankJsonObject() jsonObject.Typ
func GiveMeACacheManager ¶ added in v0.1.7
func GiveMeACacheManager(config cache.RedisConfig) *cache.Client
func GiveMeACodeGenerator ¶ added in v0.1.2
func GiveMeADirectToDbBarkClient ¶ added in v0.1.13
func GiveMeAFasthttpServer ¶ added in v0.2.1
func GiveMeAFasthttpServer() *webServer.FastHttpServer
func GiveMeANetHttpServer ¶ added in v0.2.1
func GiveMeANetHttpServer(port uint16, blockOnStart bool) *netserver.NetHttpServer
func GiveMeANewDirectToDbBarkClientCustomSchemaTable ¶ added in v0.1.13
func GiveMeARoutineManager ¶ added in v0.1.2
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package bgroutine is for managing the background routines
|
Package bgroutine is for managing the background routines |
|
cmd
|
|
|
codegen_test
command
|
|
|
testbed
command
|
|
|
Package dbCodegen can return a code generator which you can use to generate code against a PostgreSQL database.
|
Package dbCodegen can return a code generator which you can use to generate code against a PostgreSQL database. |
|
Package netserver allows you to get a net/http server up and running with some helper methods available right from the start
|
Package netserver allows you to get a net/http server up and running with some helper methods available right from the start |
|
Package stdresponse contains some structures which can be used to send some standard responses
|
Package stdresponse contains some structures which can be used to send some standard responses |
|
middlewares
Package middlewares contains a set of middlewares which might be reused by most people
|
Package middlewares contains a set of middlewares which might be reused by most people |
Click to show internal directories.
Click to hide internal directories.