Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAndCreateFile ¶
func GetValueOnEnv ¶
func GetValueOnEnv(prod, test interface{}) interface{}
Types ¶
type Lru ¶
type Lru struct {
// contains filtered or unexported fields
}
type UnboundChan ¶
type UnboundChan struct {
// contains filtered or unexported fields
}
func NewUnboundChan ¶
func NewUnboundChan() *UnboundChan
func (*UnboundChan) Close ¶
func (uc *UnboundChan) Close()
func (*UnboundChan) In ¶
func (uc *UnboundChan) In()
func (*UnboundChan) Len ¶
func (uc *UnboundChan) Len() int64
func (*UnboundChan) Out ¶
func (uc *UnboundChan) Out() bool
Click to show internal directories.
Click to hide internal directories.