package
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: Jul 15, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Context struct {
SessionChannelIDHash string `json:"session_channel_id_hash"`
OwnerUserHash string `json:"owner_user_hash"`
OwnerEnvHash string `json:"owner_env_hash"`
Origin string `json:"origin"`
CSRFGeneration string `json:"csrf_generation"`
Permissions PermissionSet `json:"permissions"`
}
type PermissionSet struct {
Read bool `json:"read"`
Write bool `json:"write"`
Execute bool `json:"execute"`
Admin bool `json:"admin"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.