zhang

package module
v1.6.4-0...-ea8c640 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

README

zhang

基于goframe的web

Quick Start

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

package main

import (
	"gitee.com/zbfwater/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) Run

func (server *ServerGF) Run()

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 的并发处理 没有持久化功能,程序关闭,所有的订阅和消费都会消失。
* 用来内部消息处理的订阅和处理,通过go 通道来实现 ,相当于内部的消息总线 异步处理消息消费,通过go 的并发处理 没有持久化功能,程序关闭,所有的订阅和消费都会消失。

Jump to

Keyboard shortcuts

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