ground

package module
v0.1.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 7 Imported by: 1

README

Ground

Ground is a ground-setup library for creating new Go service projects. The creation of ground has a story which is better described here

Documentation

Overview

Package ground is the top level package from where you can import some of the components

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GiveMeABarkRemoteServerClient added in v0.1.4

func GiveMeABarkRemoteServerClient(remoteServerUrl, defaultLogLvl, svcName, sessName string, enableSlog bool,
	enableBulkSend bool,
) logger.Logger

func GiveMeABarkSLogger added in v0.1.4

func GiveMeABarkSLogger() logger.Logger

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 GiveMeACodeGenerator(config dbcodegen.CodegenConfig) (*dbcodegen.Generator, appError.Typ)

func GiveMeADirectToDbBarkClient added in v0.1.13

func GiveMeADirectToDbBarkClient(dbUrl, defaultLogLvl, svcName, sessName string, enableSlog bool) logger.Logger

func GiveMeANewDirectToDbBarkClientCustomSchemaTable added in v0.1.13

func GiveMeANewDirectToDbBarkClientCustomSchemaTable(dbUrl, schemaName, tableName, defaultLogLvl, svcName, sessName string, enableSlog bool) logger.Logger

func GiveMeARoutineManager added in v0.1.2

func GiveMeARoutineManager() bgroutine.Manager

func GiveMeAWebServer added in v0.1.2

func GiveMeAWebServer() *webServer.FastHttpServer

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 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
set
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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL