Documentation ¶
Index ¶
- type KeySet
- func (ks *KeySet) Check(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (ks *KeySet) CreateIndex(esIndex string) gobol.Error
- func (ks *KeySet) CreateKeySet(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (ks *KeySet) GetKeySets(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
- func (ks *KeySet) IsKeySetNameValid(keySet string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeySet ¶
type KeySet struct {
// contains filtered or unexported fields
}
KeySet - the keyset
func (*KeySet) Check ¶
func (ks *KeySet) Check(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
Check if a keyspace exists
func (*KeySet) CreateIndex ¶
CreateIndex - creates a new index
func (*KeySet) CreateKeySet ¶
func (ks *KeySet) CreateKeySet(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
CreateKeySet - creates a new keyset
func (*KeySet) GetKeySets ¶
func (ks *KeySet) GetKeySets(w http.ResponseWriter, r *http.Request, ps httprouter.Params)
GetKeySets - returns all stored keysets
func (*KeySet) IsKeySetNameValid ¶
IsKeySetNameValid - checks if the keyset name is valid
Click to show internal directories.
Click to hide internal directories.