Categorygithub.com/gladilindv/appcore
repositorypackage
0.1.5
Repository: https://github.com/gladilindv/appcore.git
Documentation: pkg.go.dev

# Packages

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

# README

appcore

Import cursor library to the service

$ go get github.com/gladilindv/appcore
import "github.com/gladilindv/appcore"

Example

see example/main.go

Configuration

Minimal configuration file in folder .cfg/k8s

service:
  ports:
    http: 8080
    grpc: 8082
    debug: 8084

env:
  log_level: DEBUG

Run

$ APP_ENV=dev go run example/main.go