gins

package
v1.4.7 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package gins provides instances management and some core components.

单例对象管理. 框架内置了一些核心对象获取方法,并且可以通过Set和Get方法实现IoC以及对内置核心对象的自定义替换

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Config

func Config(file ...string) *gcfg.Config

核心对象:Config 配置文件目录查找依次为:启动参数cfgpath、当前程序运行目录

func Database

func Database(name ...string) gdb.DB

数据库操作对象,使用了连接池

func Get

func Get(key string) interface{}

获取单例对象

func GetOrSet

func GetOrSet(key string, value interface{}) interface{}

当键名存在时返回其键值,否则写入指定的键值

func GetOrSetFunc

func GetOrSetFunc(key string, f func() interface{}) interface{}

当键名存在时返回其键值,否则写入指定的键值,键值由指定的函数生成

func GetOrSetFuncLock

func GetOrSetFuncLock(key string, f func() interface{}) interface{}

与GetOrSetFunc不同的是,f是在写锁机制内执行

func Redis

func Redis(name ...string) *gredis.Redis

Redis操作对象,使用了连接池

func Set

func Set(key string, value interface{})

设置单例对象

func SetIfNotExist

func SetIfNotExist(key string, value interface{}) bool

当键名不存在时写入,并返回true;否则返回false。

func View

func View(name ...string) *gview.View

核心对象:View

Types

This section is empty.

Jump to

Keyboard shortcuts

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