lib

package
v0.0.0-...-b9423a0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2018 License: AGPL-3.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Packet

type Packet struct {
	// contains filtered or unexported fields
}

Packet ...

func NewPacket

func NewPacket() *Packet

NewPacket returns a new packet object

func (*Packet) AddField

func (p *Packet) AddField(key, value string) *Packet

AddField ...

func (*Packet) Raw

func (p *Packet) Raw() map[string]string

Raw ...

type RedisObject

type RedisObject struct {
	// contains filtered or unexported fields
}

RedisObject Stores a hash-map in redis, provides basic crud-like actions

func (*RedisObject) Delete

func (rS *RedisObject) Delete() error

Delete - Deletes this key

func (*RedisObject) Get

func (rS *RedisObject) Get(key string) string

Get - Get value from the hash-map

func (*RedisObject) HKeys

func (rS *RedisObject) HKeys() []string

HKeys - Get a list of the keys in the hash-map

func (*RedisObject) New

func (rS *RedisObject) New(redis *redis.Client, prefix string, identifier string)

New - Initialize a new key

func (*RedisObject) Set

func (rS *RedisObject) Set(key string, value string) error

Set - Set a value in the hash-map

func (*RedisObject) SetM

func (rS *RedisObject) SetM(set map[string]interface{}) error

SetM - runs HMSET

Jump to

Keyboard shortcuts

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