Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Modal ¶
type Modal string
const ( ClashWarningModal Modal = "clash-warning-modal" AddPackageModal Modal = "add-package-modal" AddFileModal Modal = "add-file-modal" DeleteFileModal Modal = "delete-file-modal" DeployDoneModal Modal = "deploy-done-modal" LoadPackageModal Modal = "load-package-modal" RemovePackageModal Modal = "remove-package-modal" BuildTagsModal Modal = "build-tags-modal" HelpModal Modal = "help-modal" )
type RequestType ¶
type RequestType string
const ( GetRequest RequestType = "get" UpdateRequest RequestType = "update" InitialiseRequest RequestType = "initialise" )
Click to show internal directories.
Click to hide internal directories.