Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultDBPath ¶
func DefaultDBPath() string
func NewSessionID ¶
func NewSessionID() string
func ResolveMode ¶
func ResolveMode(value string) (guardhookruntime.Mode, error)
Types ¶
type Host ¶
type Options ¶
type Options struct {
AgentName string
SessionID string
CWD string
DBPath string
SocketPath string
DashboardAddr string
StartDashboard bool
AllowNonLoopbackDashboard bool
JudgeConfigFromEnv bool
JudgeManagedDefault bool
JudgeDownloadProgress judge.DownloadProgressHandler
GithubPolicy githubpolicy.SnapshotProvider
EndpointID string
Mode guardhookruntime.Mode
Diagnostic diagnostic.Logger
Out io.Writer
SkipInitialSession bool
DisableAsyncIngest bool
}
Click to show internal directories.
Click to hide internal directories.