RedisListRaw

package
v0.7.10 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisListRawHandlerType

type RedisListRawHandlerType struct {
	Next            http.Handler //
	Paths           []string     // Path to respond to
	Prefix          string       // Redis Prefix of set of keys to return
	Filter          []string     // Array of value paris, Name(op)Value that is used to filter - probably should be expression // xyzzyGernalCaseFilter //
	UserRoles       []string     // Set of user roles.  Each role has Username followed by a comma delimited list of projected colums for that user that can be returned.
	UserRolesReject []string     //	User roles to not return data for - example anon-user

	LineNo int //
	// contains filtered or unexported fields
}

func NewRedisListRawServer

func NewRedisListRawServer(n http.Handler, p []string, prefix string, userRoles []string, rj []string) *RedisListRawHandlerType

func (*RedisListRawHandlerType) InitializeWithConfigData

func (hdlr *RedisListRawHandlerType) InitializeWithConfigData(next http.Handler, gCfg *cfg.ServerGlobalConfigType, serverName string, pNo, callNo int) (err error)

func (*RedisListRawHandlerType) PreValidate

func (hdlr *RedisListRawHandlerType) PreValidate(gCfg *cfg.ServerGlobalConfigType, cfgData map[string]interface{}, serverName string, pNo, callNo int) (err error)

func (*RedisListRawHandlerType) ServeHTTP

func (hdlr *RedisListRawHandlerType) ServeHTTP(www http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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