Documentation ¶
Overview ¶
Package cloudapp is an individual cloud application
Widget server to serve a standalone cloudmorph instance
Index ¶
Constants ¶
View Source
const ( Linux osTypeEnum = iota Mac Windows )
View Source
const ( // CollaborativeMode Multiple users share the same app session CollaborativeMode = "collaborative" // OnDemandMode Multiple users runs on a new available machine OnDemandMode = "ondemand" )
Variables ¶
This section is empty.
Functions ¶
func NewAppMode ¶
func NewAppMode(appMode string) *appModeHandler
func NewCloudAppClient ¶
NewCloudAppClient returns new cloudapp client
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewServiceClient ¶
type CloudAppClient ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenAndServe ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewCloudService ¶
NewCloudService returns a Cloud Service
func (*Service) RemoveClient ¶
Click to show internal directories.
Click to hide internal directories.