Documentation ¶
Index ¶
- Constants
- func Config(ctx context.Context) config.Config
- func CtxConfig(entry config.Config, ctx context.Context) context.Context
- func CtxLinksQ(entry data.Links) func(context.Context) context.Context
- func CtxLog(entry *logan.Entry) func(context.Context) context.Context
- func CtxParentContext(entry context.Context) func(context.Context) context.Context
- func CtxPermissionsQ(entry data.Permissions) func(context.Context) context.Context
- func CtxSubsQ(entry data.Subs) func(context.Context) context.Context
- func CtxUsersQ(entry data.Users) func(context.Context) context.Context
- func LinksQ(r *http.Request) data.Links
- func Log(r *http.Request) *logan.Entry
- func ParentContext(ctx context.Context) context.Context
- func PermissionsQ(r *http.Request) data.Permissions
- func SubsQ(r *http.Request) data.Subs
- func UsersQ(r *http.Request) data.Users
Constants ¶
View Source
const ( PqueueCtxKey ctxKey GithubClientCtxKey )
Variables ¶
This section is empty.
Functions ¶
func CtxParentContext ¶
func CtxPermissionsQ ¶
func PermissionsQ ¶
func PermissionsQ(r *http.Request) data.Permissions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.