Documentation
¶
Index ¶
- type Applicative
- type ApplicativePlugin
- type ApplicativeRPC
- type ApplicativeRPCServer
- type Fold
- type FoldPlugin
- type FoldRPC
- type FoldRPCServer
- type Fork
- type ForkPlugin
- type ForkRPC
- type ForkRPCServer
- type Publisher
- type PublisherPlugin
- type PublisherRPC
- type PublisherRPCServer
- type SubscriptionPlugin
- type SubscriptionRPC
- type SubscriptionRPCServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applicative ¶
type ApplicativePlugin ¶
type ApplicativePlugin struct {
Impl Applicative
}
type ApplicativeRPC ¶
type ApplicativeRPC struct {
// contains filtered or unexported fields
}
func (*ApplicativeRPC) Applicative ¶
func (g *ApplicativeRPC) Applicative(data machine.Data) error
type ApplicativeRPCServer ¶
type ApplicativeRPCServer struct {
Impl Applicative
}
func (*ApplicativeRPCServer) Applicative ¶
func (s *ApplicativeRPCServer) Applicative(args interface{}, resp *error) error
type FoldRPCServer ¶
type FoldRPCServer struct {
Impl Fold
}
type ForkRPCServer ¶
type ForkRPCServer struct {
Impl Fork
}
type PublisherPlugin ¶ added in v0.12.1
type PublisherPlugin struct {
Impl Publisher
}
type PublisherRPC ¶ added in v0.12.1
type PublisherRPC struct {
// contains filtered or unexported fields
}
type PublisherRPCServer ¶ added in v0.12.1
type PublisherRPCServer struct {
Impl Publisher
}
func (*PublisherRPCServer) Publisher ¶ added in v0.12.1
func (s *PublisherRPCServer) Publisher(args interface{}, resp *error) error
type SubscriptionPlugin ¶
type SubscriptionPlugin struct {
Impl machine.Subscription
}
type SubscriptionRPC ¶
type SubscriptionRPC struct {
// contains filtered or unexported fields
}
func (*SubscriptionRPC) Close ¶
func (g *SubscriptionRPC) Close() error
type SubscriptionRPCServer ¶
type SubscriptionRPCServer struct {
Impl machine.Subscription
}
func (*SubscriptionRPCServer) Close ¶
func (s *SubscriptionRPCServer) Close() error
Click to show internal directories.
Click to hide internal directories.