zhang

package module
v1.9.15 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

README

zhang

基于goframe的web

Quick Start

默认80端口,默认html文件夹为web页面文件

package main

import (
	"github.com/zhang201702/zhang"
)

func main(){
	server := zhang.Default()
	server.Run()
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerGF

type ServerGF struct {
	*ghttp.Server
}

func Default

func Default() *ServerGF

func (*ServerGF) NoCache added in v1.7.0

func (server *ServerGF) NoCache()

Directories

Path Synopsis
api
z
jasypt
Package jasypt was created to assist in the decryption of jasypt-encrypted values.
Package jasypt was created to assist in the decryption of jasypt-encrypted values.
zmq
* 用来内部消息处理的订阅和处理,通过go 通道来实现 ,相当于内部的消息总线
* 用来内部消息处理的订阅和处理,通过go 通道来实现 ,相当于内部的消息总线

Jump to

Keyboard shortcuts

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