bootstrap

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2025 License: MIT Imports: 12 Imported by: 0

README

Bootstrap API

A set of common Golang Utilities to quickly bootstrap an Crud API sever

Overview

This is a Golang project module that allows users to quickly bootstrap a Golang project with guidelines on how to implement a controller, service, repository, and model.

Features

  • Authentication: Provides authentication using go-oauth2.
  • Database: Uses Gorm for interacting with databases.
  • Interfaces: Provides interfaces for controller, service, and repository to promote loosely coupled layers.
  • Job Scheduling: Allows scheduling jobs using robfig/cron.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type StratUpConfig

type StratUpConfig struct {
	IntrospectURL string `json:"introspect_url"`
	SentryDSN     string `json:"sentry_dsn"`
}

Directories

Path Synopsis
data

Jump to

Keyboard shortcuts

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