Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadTemplates ¶
func LoadTemplates() error
Types ¶
type CloneCodePayload ¶
type RunSSHServerPayload ¶
type RunSSHServerPayload struct {
Port string
}
type RunVSCodeWebPayload ¶
type RunVSCodeWebPayload struct {
Port string
}
type SetupGitCredentialsPayload ¶
type SetupGitCredentialsPayload struct {
CloneURLWithCreds string
}
type SetupSSHServerPayload ¶
type SetupSSHServerPayload struct { Username string AccessType enum.GitspaceAccessType }
type SetupUserPayload ¶
type SetupUserPayload struct { Username string AccessKey string AccessType enum.GitspaceAccessType HomeDir string }
Click to show internal directories.
Click to hide internal directories.