sth

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2020 License: MIT Imports: 5 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueueID

type QueueID struct {
	Host   string `json:"host"`
	Port   string `json:"port"`
	Scheme string `json:"scheme"`
}

QueueID TODO

func CreateQueueID

func CreateQueueID(host, port, scheme string) QueueID

CreateQueueID TODO

func QueueIDFromRequest

func QueueIDFromRequest(req *request.Request) QueueID

QueueIDFromRequest TODO

func (QueueID) ItemID

func (qid QueueID) ItemID() uint64

ItemID TODO

func (QueueID) MarshalJSON

func (qid QueueID) MarshalJSON() ([]byte, error)

MarshalJSON TODO

func (QueueID) String

func (qid QueueID) String() string

type Result

type Result map[string]interface{}

Result TODO

type ResultAndErrorFunc

type ResultAndErrorFunc func() (Result, error)

ResultAndErrorFunc TODO

Jump to

Keyboard shortcuts

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