Versions in this module Expand all Collapse all v0 v0.0.4 May 25, 2023 Changes in this version + func InternalService(app http.Handler, endpoint string) error v0.0.3 May 16, 2023 Changes in this version + func Cron(name, schedule string, method func()) error + func Read(path string) (io.ReadCloser, error) + func Service(app http.Handler, endpoint string) error + func Write(path string) (io.WriteCloser, error) + type RedisConn struct + Host string + Port int + func Redis(name string) (*RedisConn, error)