procyon

package module
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

Procyon Framework

alt text codecov Build Status Gitter PkgGoDev

Installation

go get -u codnect.io/procyon/...

What is Procyon?

Procyon is an HTTP web framework written in Go. If you need a comprehensive web framework, then I recommend you to use Procyon. Because it provides a lot of modules including several features.

  • It makes it easy to create production-grade applications.
  • It aims to ease to build, develop and deploy your web applications quickly in Go.

How to contribute to Procyon?

  • Contribute to our projects and become a member of our team
  • Report bugs you find

License

Procyon Framework is released under version 2.0 of the Apache License

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application interface {
	ApplicationType(typ ApplicationType) Application
	Run(args ...string)
}

func New

func New() Application

type ApplicationType

type ApplicationType int
const (
	None ApplicationType = -1
	Web  ApplicationType = 0
)

Jump to

Keyboard shortcuts

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