bima

package module
v3.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2022 License: MIT Imports: 6 Imported by: 0

README

Bima Framework

This repository contain only the framework, you can refer to skeleton for implementation

Bima Framework utilize gRPC Gateway to make REST easier and added some features for productivity. Bima Framework designed to running behind api gateway or proxy

Features

Testing

go test -coverprofile /tmp/coverage ./... -v

Todo

  • Testing testing testing

  • Documentation

Documentation

Index

Constants

View Source
const (
	Version = "v3.0.5"

	HighestPriority = 255
	LowestPriority  = -255
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GormModel

type GormModel struct {
	models.GormBase
}

type Module

type Module struct {
	Handler   *handlers.Handler
	Logger    *loggers.Logger
	Cache     *utils.Cache
	Paginator *paginations.Pagination
}

type Server

type Server struct {
	Debug    bool
	Database *gorm.DB
}

Jump to

Keyboard shortcuts

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