Versions in this module Expand all Collapse all v0 v0.4.0 Sep 6, 2026 Changes in this version + const ABIGeneration + const ABIVersion + const LevelDebug + const LevelError + const LevelInfo + const LevelWarn + var ErrDenied = errors.New(...) + var ErrInternal = errors.New(...) + var ErrInvalid = errors.New(...) + var ErrNotAvailable = errors.New(...) + var ErrNotFound = errors.New("linkctrl: a well-formed request for something that is not there") + func ConfigGet(key string) (string, error) + func HTTPRequestRead() ([]byte, error) + func HTTPResponseWrite(response []byte) error + func HostABIVersion() (string, error) + func IdentityLink(claim []byte) error + func Log(level string, message string) error + func NetworkFetch(request []byte) ([]byte, error) + func RandomBytes(count int32) ([]byte, error) + func RedirectAnswerWrite(answer []byte) error + func RedirectDecisionRead() ([]byte, error) + func RedirectEventRead() ([]byte, error) + func SessionContextRead() ([]byte, error) + func SessionMint(claim []byte) ([]byte, error) + func StorageExec(sql string, args []byte) error + func StorageQuery(sql string, args []byte) ([]byte, error) + func TemplateRender(name string, data []byte) ([]byte, error) + func TimeNow() (string, error)