Skip to content

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

License

Notifications You must be signed in to change notification settings

gopher-fleece/runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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