README ¶ goframe a web framework of go language Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func DefaultServer() *server.Server func NewServer(configPath string) *server.Server Constants ¶ This section is empty. Variables ¶ View Source var ( // flag启动参数 ConfigPath string CaCertPath string CaKeyPath string ) Functions ¶ func DefaultServer ¶ func DefaultServer() *server.Server func NewServer ¶ func NewServer(configPath string) *server.Server Types ¶ This section is empty. Source Files ¶ View all Source files goframe.go Directories ¶ Show internal Expand all Path Synopsis api cmd config control crypto aes crc32 des md5 sha1 db memcache mysql redis encoding base64 binary 注意binary模块默认使用LittleEndian进行编码 注意binary模块默认使用LittleEndian进行编码 hash 哈希算法有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等,这些都是比较经典的 哈希算法有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等,这些都是比较经典的 example exception middleware router server template utils cache conv Click to show internal directories. Click to hide internal directories.