Documentation
¶
Overview ¶
Package service contains helpers for creating services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
AuthResource string
Host []string
Login []LoginBundle
}
type Configration ¶
type Configration interface {
HTTPServer() (api.HTTPServer, bool)
AuthServer() (api.AuthServer, bool)
BundleUpdate(*api.ServiceBundle)
}
Configuration
type LoginBundle ¶
type RemoteService ¶
type RemoteService struct {
Conn *grpc.ClientConn
Address string
}
type ResourceFile ¶
ResourceFile represents a donwloadable ll
type SCReader ¶
type SCReader struct {
// contains filtered or unexported fields
}
func NewSCReader ¶
type ServiceConfiguration ¶
type ServiceConfiguration struct {
Name string
Application []Application
Resource []Resource
Files []*ResourceFile
}
Click to show internal directories.
Click to hide internal directories.