Skip to content

gopher-fleece/runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gleece Runtime

CI Go Report Card Go Reference Release License

Core runtime package for the Gleece tool.

Overview

Gleece Runtime provides all the runtime dependencies required for Gleece controllers' implementation and for the routes generated by the Gleece tool.

Installation

Get the runtime package:

go get github.com/gopher-fleece/runtime

Usage

After installing, import the package in your project as needed. For example:

import "github.com/gopher-fleece/runtime"

// @Tag(MyRoute)
// @Route(/my-base-route)
type MyController struct {
	runtime.GleeceController // Embedding the GleeceController
}

For route and specification generation, use the Gleece CLI.

License

This project is licensed under the MIT License.

About

Gleece Runtime supplies the essential runtime dependencies for Gleece controllers and generated routes.

Topics

Resources

License

Stars

Watchers

Forks

Languages