kite

package module
v0.0.0-...-687d16e Latest Latest
Warning

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

Go to latest
Published: May 28, 2024 License: AGPL-3.0 Imports: 11 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(name string) *command.Command

func Event

func Event(eventType event.EventType, handler event.EventHandler)

func Sleep

func Sleep(duration time.Duration) error

Types

type KVNamespace

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

func KV

func KV(namespace ...string) *KVNamespace

func (*KVNamespace) Delete

func (k *KVNamespace) Delete(key string) (kv.KVValue, error)

func (*KVNamespace) Get

func (k *KVNamespace) Get(key string) (kv.KVValue, error)

func (*KVNamespace) Increase

func (k *KVNamespace) Increase(key string, increment int) (kv.KVValue, error)

func (*KVNamespace) Set

func (k *KVNamespace) Set(key string, value kv.KVValue) error

Directories

Path Synopsis
sys

Jump to

Keyboard shortcuts

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