sif.io

module
v0.0.0-...-4e2ebe7 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MIT

README

sif.io

Debug with e.g.:

az aks get-credentials --resource-group sif_group --name sifio_k8s --admin
kubectl get pods

Directories

Path Synopsis
cmd
www
cookier module
internal
www
http server for sif.io
http server for sif.io
pkg
cookier
example: key := "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" // 64 hex chars ec := cookier.Encode(key, cookier.Cookie{time.Now().Unix() + 3600, "{\token\":\"123\"}"}) dc, _ := cookier.Decode(key, ec) // ignoring err and expiration err json.Unmarshal(dc.Value, &s) // ignoring err
example: key := "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" // 64 hex chars ec := cookier.Encode(key, cookier.Cookie{time.Now().Unix() + 3600, "{\token\":\"123\"}"}) dc, _ := cookier.Decode(key, ec) // ignoring err and expiration err json.Unmarshal(dc.Value, &s) // ignoring err
smtp module

Jump to

Keyboard shortcuts

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