Documentation
¶
Index ¶
Constants ¶
View Source
const ( CasaOSURLFilename = "casaos.url" APICasaOSNotify = "/v1/notify" )
View Source
const (
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotifyService ¶
type NotifyService interface {
SendNotify(path string, message map[string]interface{}) error
SendSystemStatusNotify(message map[string]interface{}) error
}
func NewNotifyService ¶
func NewNotifyService(runtimePath string) (NotifyService, error)
type ShareService ¶
type ShareService interface {
}
func NewShareService ¶
func NewShareService(runtimePath string) (ShareService, error)
Click to show internal directories.
Click to hide internal directories.