Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
func NewBackend(cfg *BackendConfig) (*Backend, error)
type BackendConfig ¶
type Frontend ¶
type Frontend struct {
// contains filtered or unexported fields
}
func NewFrontend ¶
func NewFrontend(cfg *FrontendConfig) (*Frontend, error)
type FrontendConfig ¶
type FrontendConfig struct { IdentityName string ShrToken string Address string RequestsChan chan *endpoints.Request }
func DefaultFrontendConfig ¶
func DefaultFrontendConfig(identityName string) *FrontendConfig
type WebBackend ¶
type WebBackend struct {
// contains filtered or unexported fields
}
func NewWebBackend ¶
func NewWebBackend(cfg *WebBackendConfig) (*WebBackend, error)
func (*WebBackend) Requests ¶
func (self *WebBackend) Requests() func() int32
func (*WebBackend) Run ¶
func (self *WebBackend) Run() error
Click to show internal directories.
Click to hide internal directories.