Documentation
¶
Index ¶
- type ContextClient
- type EffectClient
- func (c *EffectClient) Apply(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error
- func (c *EffectClient) GetName(ctx context.Context) (string, error)
- func (c *EffectClient) Release(ctx context.Context) error
- func (c *EffectClient) SetParameter(ctx context.Context, arg0 string, arg1 int64) error
- func (c *EffectClient) SetUpdateListener(ctx context.Context, arg0 int64) error
- type FactoryClient
- type UpdateListenerClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextClient ¶
type ContextClient struct {
// contains filtered or unexported fields
}
ContextClient wraps the gRPC ContextService client.
func NewContextClient ¶
func NewContextClient(cc grpc.ClientConnInterface) *ContextClient
NewContextClient creates a new Context client.
func (*ContextClient) CreateWithCurrentGlContext ¶
func (c *ContextClient) CreateWithCurrentGlContext(ctx context.Context) (int64, error)
CreateWithCurrentGlContext calls the CreateWithCurrentGlContext RPC.
func (*ContextClient) GetFactory ¶
func (c *ContextClient) GetFactory(ctx context.Context) (int64, error)
GetFactory calls the GetFactory RPC.
type EffectClient ¶
type EffectClient struct {
// contains filtered or unexported fields
}
EffectClient wraps the gRPC EffectService client.
func NewEffectClient ¶
func NewEffectClient(cc grpc.ClientConnInterface) *EffectClient
NewEffectClient creates a new Effect client.
func (*EffectClient) Apply ¶
func (c *EffectClient) Apply(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error
Apply calls the Apply RPC.
func (*EffectClient) GetName ¶
func (c *EffectClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*EffectClient) Release ¶
func (c *EffectClient) Release(ctx context.Context) error
Release calls the Release RPC.
func (*EffectClient) SetParameter ¶
SetParameter calls the SetParameter RPC.
func (*EffectClient) SetUpdateListener ¶
func (c *EffectClient) SetUpdateListener(ctx context.Context, arg0 int64) error
SetUpdateListener calls the SetUpdateListener RPC.
type FactoryClient ¶
type FactoryClient struct {
// contains filtered or unexported fields
}
FactoryClient wraps the gRPC FactoryService client.
func NewFactoryClient ¶
func NewFactoryClient(cc grpc.ClientConnInterface) *FactoryClient
NewFactoryClient creates a new Factory client.
func (*FactoryClient) CreateEffect ¶
CreateEffect calls the CreateEffect RPC.
func (*FactoryClient) IsEffectSupported ¶
IsEffectSupported calls the IsEffectSupported RPC.
type UpdateListenerClient ¶
type UpdateListenerClient struct {
// contains filtered or unexported fields
}
UpdateListenerClient wraps the gRPC UpdateListenerService client.
func NewUpdateListenerClient ¶
func NewUpdateListenerClient(cc grpc.ClientConnInterface) *UpdateListenerClient
NewUpdateListenerClient creates a new UpdateListener client.
func (*UpdateListenerClient) OnEffectUpdated ¶
OnEffectUpdated calls the OnEffectUpdated RPC.