Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCastNotFound = errors.New("sup: cast not found") ErrCallNotFound = errors.New("sup: call not found") )
Functions ¶
This section is empty.
Types ¶
type CallAction ¶
type CastAction ¶
type Control ¶
type Control struct {
Casts []*CastAction `json:"casts"`
Calls []*CallAction `json:"calls"`
// contains filtered or unexported fields
}
func NewControl ¶
func NewControl() *Control
type ExposedActor ¶
type ExposedSignal ¶
type Registry ¶
func NewRegistry ¶
func NewRegistry(id string, opts ...RegistryOption) *Registry
type RegistryOption ¶
type RegistryOption func(*Registry)
func WithActor ¶
func WithActor(actor sup.Actor, opts ...ActorOption) RegistryOption
func WithSignal ¶
func WithSignal[V any](signal sup.ReadableSignal[V]) RegistryOption
Click to show internal directories.
Click to hide internal directories.