ground

package module
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2026 License: MIT Imports: 8 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 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 GiveMeANewDirectToDbBarkClientCustomSchemaTable(dbUrl, schemaName, tableName, defaultLogLvl, svcName, sessName string, enableSlog bool) logger.Logger

func GiveMeARoutineManager added in v0.1.2

func GiveMeARoutineManager() bgroutine.Manager

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