transition

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArcMotionClient

type ArcMotionClient struct {
	// contains filtered or unexported fields
}

ArcMotionClient wraps the gRPC ArcMotionService client.

func NewArcMotionClient

func NewArcMotionClient(cc grpc.ClientConnInterface) *ArcMotionClient

NewArcMotionClient creates a new ArcMotion client.

func (*ArcMotionClient) GetMaximumAngle

func (c *ArcMotionClient) GetMaximumAngle(ctx context.Context, handle int64) (float32, error)

GetMaximumAngle calls the GetMaximumAngle RPC.

func (*ArcMotionClient) GetMinimumHorizontalAngle

func (c *ArcMotionClient) GetMinimumHorizontalAngle(ctx context.Context, handle int64) (float32, error)

GetMinimumHorizontalAngle calls the GetMinimumHorizontalAngle RPC.

func (*ArcMotionClient) GetMinimumVerticalAngle

func (c *ArcMotionClient) GetMinimumVerticalAngle(ctx context.Context, handle int64) (float32, error)

GetMinimumVerticalAngle calls the GetMinimumVerticalAngle RPC.

func (*ArcMotionClient) GetPath

func (c *ArcMotionClient) GetPath(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

GetPath calls the GetPath RPC.

func (*ArcMotionClient) SetMaximumAngle

func (c *ArcMotionClient) SetMaximumAngle(ctx context.Context, handle int64, arg0 float32) error

SetMaximumAngle calls the SetMaximumAngle RPC.

func (*ArcMotionClient) SetMinimumHorizontalAngle

func (c *ArcMotionClient) SetMinimumHorizontalAngle(ctx context.Context, handle int64, arg0 float32) error

SetMinimumHorizontalAngle calls the SetMinimumHorizontalAngle RPC.

func (*ArcMotionClient) SetMinimumVerticalAngle

func (c *ArcMotionClient) SetMinimumVerticalAngle(ctx context.Context, handle int64, arg0 float32) error

SetMinimumVerticalAngle calls the SetMinimumVerticalAngle RPC.

type ChangeBoundsClient

type ChangeBoundsClient struct {
	// contains filtered or unexported fields
}

ChangeBoundsClient wraps the gRPC ChangeBoundsService client.

func NewChangeBoundsClient

func NewChangeBoundsClient(cc grpc.ClientConnInterface) *ChangeBoundsClient

NewChangeBoundsClient creates a new ChangeBounds client.

func (*ChangeBoundsClient) CaptureEndValues

func (c *ChangeBoundsClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*ChangeBoundsClient) CaptureStartValues

func (c *ChangeBoundsClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*ChangeBoundsClient) CreateAnimator

func (c *ChangeBoundsClient) CreateAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*ChangeBoundsClient) GetResizeClip

func (c *ChangeBoundsClient) GetResizeClip(ctx context.Context, handle int64) (bool, error)

GetResizeClip calls the GetResizeClip RPC.

func (*ChangeBoundsClient) GetTransitionProperties

func (c *ChangeBoundsClient) GetTransitionProperties(ctx context.Context, handle int64) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

func (*ChangeBoundsClient) SetReparent

func (c *ChangeBoundsClient) SetReparent(ctx context.Context, handle int64, arg0 bool) error

SetReparent calls the SetReparent RPC.

func (*ChangeBoundsClient) SetResizeClip

func (c *ChangeBoundsClient) SetResizeClip(ctx context.Context, handle int64, arg0 bool) error

SetResizeClip calls the SetResizeClip RPC.

type ChangeClipBoundsClient

type ChangeClipBoundsClient struct {
	// contains filtered or unexported fields
}

ChangeClipBoundsClient wraps the gRPC ChangeClipBoundsService client.

func NewChangeClipBoundsClient

func NewChangeClipBoundsClient(cc grpc.ClientConnInterface) *ChangeClipBoundsClient

NewChangeClipBoundsClient creates a new ChangeClipBounds client.

func (*ChangeClipBoundsClient) CaptureEndValues

func (c *ChangeClipBoundsClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*ChangeClipBoundsClient) CaptureStartValues

func (c *ChangeClipBoundsClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*ChangeClipBoundsClient) CreateAnimator

func (c *ChangeClipBoundsClient) CreateAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*ChangeClipBoundsClient) GetTransitionProperties

func (c *ChangeClipBoundsClient) GetTransitionProperties(ctx context.Context, handle int64) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

type ChangeImageTransformClient

type ChangeImageTransformClient struct {
	// contains filtered or unexported fields
}

ChangeImageTransformClient wraps the gRPC ChangeImageTransformService client.

func NewChangeImageTransformClient

func NewChangeImageTransformClient(cc grpc.ClientConnInterface) *ChangeImageTransformClient

NewChangeImageTransformClient creates a new ChangeImageTransform client.

func (*ChangeImageTransformClient) CaptureEndValues

func (c *ChangeImageTransformClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*ChangeImageTransformClient) CaptureStartValues

func (c *ChangeImageTransformClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*ChangeImageTransformClient) CreateAnimator

func (c *ChangeImageTransformClient) CreateAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*ChangeImageTransformClient) GetTransitionProperties

func (c *ChangeImageTransformClient) GetTransitionProperties(ctx context.Context, handle int64) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

type ChangeScrollClient

type ChangeScrollClient struct {
	// contains filtered or unexported fields
}

ChangeScrollClient wraps the gRPC ChangeScrollService client.

func NewChangeScrollClient

func NewChangeScrollClient(cc grpc.ClientConnInterface) *ChangeScrollClient

NewChangeScrollClient creates a new ChangeScroll client.

func (*ChangeScrollClient) CaptureEndValues

func (c *ChangeScrollClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*ChangeScrollClient) CaptureStartValues

func (c *ChangeScrollClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*ChangeScrollClient) CreateAnimator

func (c *ChangeScrollClient) CreateAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*ChangeScrollClient) GetTransitionProperties

func (c *ChangeScrollClient) GetTransitionProperties(ctx context.Context, handle int64) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

type ChangeTransformClient

type ChangeTransformClient struct {
	// contains filtered or unexported fields
}

ChangeTransformClient wraps the gRPC ChangeTransformService client.

func NewChangeTransformClient

func NewChangeTransformClient(cc grpc.ClientConnInterface) *ChangeTransformClient

NewChangeTransformClient creates a new ChangeTransform client.

func (*ChangeTransformClient) CaptureEndValues

func (c *ChangeTransformClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*ChangeTransformClient) CaptureStartValues

func (c *ChangeTransformClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*ChangeTransformClient) CreateAnimator

func (c *ChangeTransformClient) CreateAnimator(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*ChangeTransformClient) GetReparent

func (c *ChangeTransformClient) GetReparent(ctx context.Context, handle int64) (bool, error)

GetReparent calls the GetReparent RPC.

func (*ChangeTransformClient) GetReparentWithOverlay

func (c *ChangeTransformClient) GetReparentWithOverlay(ctx context.Context, handle int64) (bool, error)

GetReparentWithOverlay calls the GetReparentWithOverlay RPC.

func (*ChangeTransformClient) GetTransitionProperties

func (c *ChangeTransformClient) GetTransitionProperties(ctx context.Context, handle int64) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

func (*ChangeTransformClient) SetReparent

func (c *ChangeTransformClient) SetReparent(ctx context.Context, handle int64, arg0 bool) error

SetReparent calls the SetReparent RPC.

func (*ChangeTransformClient) SetReparentWithOverlay

func (c *ChangeTransformClient) SetReparentWithOverlay(ctx context.Context, handle int64, arg0 bool) error

SetReparentWithOverlay calls the SetReparentWithOverlay RPC.

type CircularPropagationClient

type CircularPropagationClient struct {
	// contains filtered or unexported fields
}

CircularPropagationClient wraps the gRPC CircularPropagationService client.

func NewCircularPropagationClient

func NewCircularPropagationClient(cc grpc.ClientConnInterface) *CircularPropagationClient

NewCircularPropagationClient creates a new CircularPropagation client.

func (*CircularPropagationClient) GetStartDelay

func (c *CircularPropagationClient) GetStartDelay(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*CircularPropagationClient) SetPropagationSpeed

func (c *CircularPropagationClient) SetPropagationSpeed(ctx context.Context, handle int64, arg0 float32) error

SetPropagationSpeed calls the SetPropagationSpeed RPC.

type EpicenterCallbackClient

type EpicenterCallbackClient struct {
	// contains filtered or unexported fields
}

EpicenterCallbackClient wraps the gRPC EpicenterCallbackService client.

func NewEpicenterCallbackClient

func NewEpicenterCallbackClient(cc grpc.ClientConnInterface) *EpicenterCallbackClient

NewEpicenterCallbackClient creates a new EpicenterCallback client.

func (*EpicenterCallbackClient) OnGetEpicenter

func (c *EpicenterCallbackClient) OnGetEpicenter(ctx context.Context, arg0 int64) (int64, error)

OnGetEpicenter calls the OnGetEpicenter RPC.

type ExplodeClient

type ExplodeClient struct {
	// contains filtered or unexported fields
}

ExplodeClient wraps the gRPC ExplodeService client.

func NewExplodeClient

func NewExplodeClient(cc grpc.ClientConnInterface) *ExplodeClient

NewExplodeClient creates a new Explode client.

func (*ExplodeClient) CaptureEndValues

func (c *ExplodeClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*ExplodeClient) CaptureStartValues

func (c *ExplodeClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*ExplodeClient) OnAppear

func (c *ExplodeClient) OnAppear(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnAppear calls the OnAppear RPC.

func (*ExplodeClient) OnDisappear

func (c *ExplodeClient) OnDisappear(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnDisappear calls the OnDisappear RPC.

type FadeClient

type FadeClient struct {
	// contains filtered or unexported fields
}

FadeClient wraps the gRPC FadeService client.

func NewFadeClient

func NewFadeClient(cc grpc.ClientConnInterface) *FadeClient

NewFadeClient creates a new Fade client.

func (*FadeClient) CaptureStartValues

func (c *FadeClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*FadeClient) OnAppear

func (c *FadeClient) OnAppear(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnAppear calls the OnAppear RPC.

func (*FadeClient) OnDisappear

func (c *FadeClient) OnDisappear(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnDisappear calls the OnDisappear RPC.

type InflaterClient

type InflaterClient struct {
	// contains filtered or unexported fields
}

InflaterClient wraps the gRPC InflaterService client.

func NewInflaterClient

func NewInflaterClient(cc grpc.ClientConnInterface) *InflaterClient

NewInflaterClient creates a new Inflater client.

func (*InflaterClient) From

func (c *InflaterClient) From(ctx context.Context, arg0 int64) (int64, error)

From calls the From RPC.

func (*InflaterClient) InflateTransition

func (c *InflaterClient) InflateTransition(ctx context.Context, arg0 int32) (int64, error)

InflateTransition calls the InflateTransition RPC.

func (*InflaterClient) InflateTransitionManager

func (c *InflaterClient) InflateTransitionManager(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

InflateTransitionManager calls the InflateTransitionManager RPC.

type ListenerAdapterClient

type ListenerAdapterClient struct {
	// contains filtered or unexported fields
}

ListenerAdapterClient wraps the gRPC ListenerAdapterService client.

func NewListenerAdapterClient

func NewListenerAdapterClient(cc grpc.ClientConnInterface) *ListenerAdapterClient

NewListenerAdapterClient creates a new ListenerAdapter client.

func (*ListenerAdapterClient) OnTransitionCancel

func (c *ListenerAdapterClient) OnTransitionCancel(ctx context.Context, arg0 int64) error

OnTransitionCancel calls the OnTransitionCancel RPC.

func (*ListenerAdapterClient) OnTransitionEnd

func (c *ListenerAdapterClient) OnTransitionEnd(ctx context.Context, arg0 int64) error

OnTransitionEnd calls the OnTransitionEnd RPC.

func (*ListenerAdapterClient) OnTransitionPause

func (c *ListenerAdapterClient) OnTransitionPause(ctx context.Context, arg0 int64) error

OnTransitionPause calls the OnTransitionPause RPC.

func (*ListenerAdapterClient) OnTransitionResume

func (c *ListenerAdapterClient) OnTransitionResume(ctx context.Context, arg0 int64) error

OnTransitionResume calls the OnTransitionResume RPC.

func (*ListenerAdapterClient) OnTransitionStart

func (c *ListenerAdapterClient) OnTransitionStart(ctx context.Context, arg0 int64) error

OnTransitionStart calls the OnTransitionStart RPC.

type ManagerClient

type ManagerClient struct {
	// contains filtered or unexported fields
}

ManagerClient wraps the gRPC ManagerService client.

func NewManagerClient

func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient

NewManagerClient creates a new Manager client.

func (*ManagerClient) BeginDelayedTransition1

func (c *ManagerClient) BeginDelayedTransition1(ctx context.Context, handle int64, arg0 int64) error

BeginDelayedTransition1 calls the BeginDelayedTransition1 RPC.

func (*ManagerClient) BeginDelayedTransition2_1

func (c *ManagerClient) BeginDelayedTransition2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

BeginDelayedTransition2_1 calls the BeginDelayedTransition2_1 RPC.

func (*ManagerClient) EndTransitions

func (c *ManagerClient) EndTransitions(ctx context.Context, handle int64, arg0 int64) error

EndTransitions calls the EndTransitions RPC.

func (*ManagerClient) Go1

func (c *ManagerClient) Go1(ctx context.Context, handle int64, arg0 int64) error

Go1 calls the Go1 RPC.

func (*ManagerClient) Go2_1

func (c *ManagerClient) Go2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

Go2_1 calls the Go2_1 RPC.

func (*ManagerClient) SetTransition2_1

func (c *ManagerClient) SetTransition2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

SetTransition2_1 calls the SetTransition2_1 RPC.

func (*ManagerClient) SetTransition3

func (c *ManagerClient) SetTransition3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error

SetTransition3 calls the SetTransition3 RPC.

func (*ManagerClient) TransitionTo

func (c *ManagerClient) TransitionTo(ctx context.Context, handle int64, arg0 int64) error

TransitionTo calls the TransitionTo RPC.

type PathMotionClient

type PathMotionClient struct {
	// contains filtered or unexported fields
}

PathMotionClient wraps the gRPC PathMotionService client.

func NewPathMotionClient

func NewPathMotionClient(cc grpc.ClientConnInterface) *PathMotionClient

NewPathMotionClient creates a new PathMotion client.

func (*PathMotionClient) GetPath

func (c *PathMotionClient) GetPath(ctx context.Context, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

GetPath calls the GetPath RPC.

type PatternPathMotionClient

type PatternPathMotionClient struct {
	// contains filtered or unexported fields
}

PatternPathMotionClient wraps the gRPC PatternPathMotionService client.

func NewPatternPathMotionClient

func NewPatternPathMotionClient(cc grpc.ClientConnInterface) *PatternPathMotionClient

NewPatternPathMotionClient creates a new PatternPathMotion client.

func (*PatternPathMotionClient) GetPath

func (c *PatternPathMotionClient) GetPath(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 float32, arg3 float32) (int64, error)

GetPath calls the GetPath RPC.

func (*PatternPathMotionClient) GetPatternPath

func (c *PatternPathMotionClient) GetPatternPath(ctx context.Context, handle int64) (int64, error)

GetPatternPath calls the GetPatternPath RPC.

func (*PatternPathMotionClient) SetPatternPath

func (c *PatternPathMotionClient) SetPatternPath(ctx context.Context, handle int64, arg0 int64) error

SetPatternPath calls the SetPatternPath RPC.

type PropagationClient

type PropagationClient struct {
	// contains filtered or unexported fields
}

PropagationClient wraps the gRPC PropagationService client.

func NewPropagationClient

func NewPropagationClient(cc grpc.ClientConnInterface) *PropagationClient

NewPropagationClient creates a new Propagation client.

func (*PropagationClient) CaptureValues

func (c *PropagationClient) CaptureValues(ctx context.Context, arg0 int64) error

CaptureValues calls the CaptureValues RPC.

func (*PropagationClient) GetPropagationProperties

func (c *PropagationClient) GetPropagationProperties(ctx context.Context) (int64, error)

GetPropagationProperties calls the GetPropagationProperties RPC.

func (*PropagationClient) GetStartDelay

func (c *PropagationClient) GetStartDelay(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

type SceneClient

type SceneClient struct {
	// contains filtered or unexported fields
}

SceneClient wraps the gRPC SceneService client.

func NewSceneClient

func NewSceneClient(cc grpc.ClientConnInterface) *SceneClient

NewSceneClient creates a new Scene client.

func (*SceneClient) Enter

func (c *SceneClient) Enter(ctx context.Context, handle int64) error

Enter calls the Enter RPC.

func (*SceneClient) Exit

func (c *SceneClient) Exit(ctx context.Context, handle int64) error

Exit calls the Exit RPC.

func (*SceneClient) GetCurrentScene

func (c *SceneClient) GetCurrentScene(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetCurrentScene calls the GetCurrentScene RPC.

func (*SceneClient) GetSceneForLayout

func (c *SceneClient) GetSceneForLayout(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error)

GetSceneForLayout calls the GetSceneForLayout RPC.

func (*SceneClient) GetSceneRoot

func (c *SceneClient) GetSceneRoot(ctx context.Context, handle int64) (int64, error)

GetSceneRoot calls the GetSceneRoot RPC.

func (*SceneClient) SetEnterAction

func (c *SceneClient) SetEnterAction(ctx context.Context, handle int64, arg0 int64) error

SetEnterAction calls the SetEnterAction RPC.

func (*SceneClient) SetExitAction

func (c *SceneClient) SetExitAction(ctx context.Context, handle int64, arg0 int64) error

SetExitAction calls the SetExitAction RPC.

type SetClient

type SetClient struct {
	// contains filtered or unexported fields
}

SetClient wraps the gRPC SetService client.

func NewSetClient

func NewSetClient(cc grpc.ClientConnInterface) *SetClient

NewSetClient creates a new Set client.

func (*SetClient) AddListener1

func (c *SetClient) AddListener1(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddListener1 calls the AddListener1 RPC.

func (*SetClient) AddListener1_1

func (c *SetClient) AddListener1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddListener1_1 calls the AddListener1_1 RPC.

func (*SetClient) AddTarget1

func (c *SetClient) AddTarget1(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddTarget1 calls the AddTarget1 RPC.

func (*SetClient) AddTarget1_1

func (c *SetClient) AddTarget1_1(ctx context.Context, handle int64, arg0 int32) (int64, error)

AddTarget1_1 calls the AddTarget1_1 RPC.

func (*SetClient) AddTarget1_2

func (c *SetClient) AddTarget1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddTarget1_2 calls the AddTarget1_2 RPC.

func (*SetClient) AddTarget1_3

func (c *SetClient) AddTarget1_3(ctx context.Context, handle int64, arg0 string) (int64, error)

AddTarget1_3 calls the AddTarget1_3 RPC.

func (*SetClient) AddTarget1_4

func (c *SetClient) AddTarget1_4(ctx context.Context, handle int64, arg0 string) (int64, error)

AddTarget1_4 calls the AddTarget1_4 RPC.

func (*SetClient) AddTarget1_5

func (c *SetClient) AddTarget1_5(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddTarget1_5 calls the AddTarget1_5 RPC.

func (*SetClient) AddTarget1_6

func (c *SetClient) AddTarget1_6(ctx context.Context, handle int64, arg0 int32) (int64, error)

AddTarget1_6 calls the AddTarget1_6 RPC.

func (*SetClient) AddTarget1_7

func (c *SetClient) AddTarget1_7(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddTarget1_7 calls the AddTarget1_7 RPC.

func (*SetClient) AddTransition

func (c *SetClient) AddTransition(ctx context.Context, handle int64, arg0 int64) (int64, error)

AddTransition calls the AddTransition RPC.

func (*SetClient) CaptureEndValues

func (c *SetClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*SetClient) CaptureStartValues

func (c *SetClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*SetClient) Clone0

func (c *SetClient) Clone0(ctx context.Context, handle int64) (int64, error)

Clone0 calls the Clone0 RPC.

func (*SetClient) Clone0_1

func (c *SetClient) Clone0_1(ctx context.Context, handle int64) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*SetClient) Clone0_2

func (c *SetClient) Clone0_2(ctx context.Context, handle int64) (int64, error)

Clone0_2 calls the Clone0_2 RPC.

func (*SetClient) ExcludeTarget2

func (c *SetClient) ExcludeTarget2(ctx context.Context, handle int64, arg0 int64, arg1 bool) (int64, error)

ExcludeTarget2 calls the ExcludeTarget2 RPC.

func (*SetClient) ExcludeTarget2_1

func (c *SetClient) ExcludeTarget2_1(ctx context.Context, handle int64, arg0 int32, arg1 bool) (int64, error)

ExcludeTarget2_1 calls the ExcludeTarget2_1 RPC.

func (*SetClient) ExcludeTarget2_2

func (c *SetClient) ExcludeTarget2_2(ctx context.Context, handle int64, arg0 int64, arg1 bool) (int64, error)

ExcludeTarget2_2 calls the ExcludeTarget2_2 RPC.

func (*SetClient) ExcludeTarget2_3

func (c *SetClient) ExcludeTarget2_3(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error)

ExcludeTarget2_3 calls the ExcludeTarget2_3 RPC.

func (*SetClient) GetOrdering

func (c *SetClient) GetOrdering(ctx context.Context, handle int64) (int32, error)

GetOrdering calls the GetOrdering RPC.

func (*SetClient) GetTransitionAt

func (c *SetClient) GetTransitionAt(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetTransitionAt calls the GetTransitionAt RPC.

func (*SetClient) GetTransitionCount

func (c *SetClient) GetTransitionCount(ctx context.Context, handle int64) (int32, error)

GetTransitionCount calls the GetTransitionCount RPC.

func (*SetClient) RemoveListener1

func (c *SetClient) RemoveListener1(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveListener1 calls the RemoveListener1 RPC.

func (*SetClient) RemoveListener1_1

func (c *SetClient) RemoveListener1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveListener1_1 calls the RemoveListener1_1 RPC.

func (*SetClient) RemoveTarget1

func (c *SetClient) RemoveTarget1(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveTarget1 calls the RemoveTarget1 RPC.

func (*SetClient) RemoveTarget1_1

func (c *SetClient) RemoveTarget1_1(ctx context.Context, handle int64, arg0 int32) (int64, error)

RemoveTarget1_1 calls the RemoveTarget1_1 RPC.

func (*SetClient) RemoveTarget1_2

func (c *SetClient) RemoveTarget1_2(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveTarget1_2 calls the RemoveTarget1_2 RPC.

func (*SetClient) RemoveTarget1_3

func (c *SetClient) RemoveTarget1_3(ctx context.Context, handle int64, arg0 string) (int64, error)

RemoveTarget1_3 calls the RemoveTarget1_3 RPC.

func (*SetClient) RemoveTarget1_4

func (c *SetClient) RemoveTarget1_4(ctx context.Context, handle int64, arg0 string) (int64, error)

RemoveTarget1_4 calls the RemoveTarget1_4 RPC.

func (*SetClient) RemoveTarget1_5

func (c *SetClient) RemoveTarget1_5(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveTarget1_5 calls the RemoveTarget1_5 RPC.

func (*SetClient) RemoveTarget1_6

func (c *SetClient) RemoveTarget1_6(ctx context.Context, handle int64, arg0 int32) (int64, error)

RemoveTarget1_6 calls the RemoveTarget1_6 RPC.

func (*SetClient) RemoveTarget1_7

func (c *SetClient) RemoveTarget1_7(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveTarget1_7 calls the RemoveTarget1_7 RPC.

func (*SetClient) RemoveTransition

func (c *SetClient) RemoveTransition(ctx context.Context, handle int64, arg0 int64) (int64, error)

RemoveTransition calls the RemoveTransition RPC.

func (*SetClient) SetDuration1

func (c *SetClient) SetDuration1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1 calls the SetDuration1 RPC.

func (*SetClient) SetDuration1_1

func (c *SetClient) SetDuration1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetDuration1_1 calls the SetDuration1_1 RPC.

func (*SetClient) SetEpicenterCallback

func (c *SetClient) SetEpicenterCallback(ctx context.Context, handle int64, arg0 int64) error

SetEpicenterCallback calls the SetEpicenterCallback RPC.

func (*SetClient) SetInterpolator1

func (c *SetClient) SetInterpolator1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetInterpolator1 calls the SetInterpolator1 RPC.

func (*SetClient) SetInterpolator1_1

func (c *SetClient) SetInterpolator1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetInterpolator1_1 calls the SetInterpolator1_1 RPC.

func (*SetClient) SetOrdering

func (c *SetClient) SetOrdering(ctx context.Context, handle int64, arg0 int32) (int64, error)

SetOrdering calls the SetOrdering RPC.

func (*SetClient) SetPathMotion

func (c *SetClient) SetPathMotion(ctx context.Context, handle int64, arg0 int64) error

SetPathMotion calls the SetPathMotion RPC.

func (*SetClient) SetPropagation

func (c *SetClient) SetPropagation(ctx context.Context, handle int64, arg0 int64) error

SetPropagation calls the SetPropagation RPC.

func (*SetClient) SetStartDelay1

func (c *SetClient) SetStartDelay1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetStartDelay1 calls the SetStartDelay1 RPC.

func (*SetClient) SetStartDelay1_1

func (c *SetClient) SetStartDelay1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)

SetStartDelay1_1 calls the SetStartDelay1_1 RPC.

type SidePropagationClient

type SidePropagationClient struct {
	// contains filtered or unexported fields
}

SidePropagationClient wraps the gRPC SidePropagationService client.

func NewSidePropagationClient

func NewSidePropagationClient(cc grpc.ClientConnInterface) *SidePropagationClient

NewSidePropagationClient creates a new SidePropagation client.

func (*SidePropagationClient) GetStartDelay

func (c *SidePropagationClient) GetStartDelay(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*SidePropagationClient) SetPropagationSpeed

func (c *SidePropagationClient) SetPropagationSpeed(ctx context.Context, handle int64, arg0 float32) error

SetPropagationSpeed calls the SetPropagationSpeed RPC.

func (*SidePropagationClient) SetSide

func (c *SidePropagationClient) SetSide(ctx context.Context, handle int64, arg0 int32) error

SetSide calls the SetSide RPC.

type SlideClient

type SlideClient struct {
	// contains filtered or unexported fields
}

SlideClient wraps the gRPC SlideService client.

func NewSlideClient

func NewSlideClient(cc grpc.ClientConnInterface) *SlideClient

NewSlideClient creates a new Slide client.

func (*SlideClient) CaptureEndValues

func (c *SlideClient) CaptureEndValues(ctx context.Context, handle int64, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*SlideClient) CaptureStartValues

func (c *SlideClient) CaptureStartValues(ctx context.Context, handle int64, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*SlideClient) GetSlideEdge

func (c *SlideClient) GetSlideEdge(ctx context.Context, handle int64) (int32, error)

GetSlideEdge calls the GetSlideEdge RPC.

func (*SlideClient) OnAppear

func (c *SlideClient) OnAppear(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnAppear calls the OnAppear RPC.

func (*SlideClient) OnDisappear

func (c *SlideClient) OnDisappear(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnDisappear calls the OnDisappear RPC.

func (*SlideClient) SetSlideEdge

func (c *SlideClient) SetSlideEdge(ctx context.Context, handle int64, arg0 int32) error

SetSlideEdge calls the SetSlideEdge RPC.

type TransitionClient

type TransitionClient struct {
	// contains filtered or unexported fields
}

TransitionClient wraps the gRPC TransitionService client.

func NewTransitionClient

func NewTransitionClient(cc grpc.ClientConnInterface) *TransitionClient

NewTransitionClient creates a new Transition client.

func (*TransitionClient) AddListener

func (c *TransitionClient) AddListener(ctx context.Context, arg0 int64) (int64, error)

AddListener calls the AddListener RPC.

func (*TransitionClient) AddTarget1

func (c *TransitionClient) AddTarget1(ctx context.Context, arg0 int64) (int64, error)

AddTarget1 calls the AddTarget1 RPC.

func (*TransitionClient) AddTarget1_1

func (c *TransitionClient) AddTarget1_1(ctx context.Context, arg0 int32) (int64, error)

AddTarget1_1 calls the AddTarget1_1 RPC.

func (*TransitionClient) AddTarget1_2

func (c *TransitionClient) AddTarget1_2(ctx context.Context, arg0 int64) (int64, error)

AddTarget1_2 calls the AddTarget1_2 RPC.

func (*TransitionClient) AddTarget1_3

func (c *TransitionClient) AddTarget1_3(ctx context.Context, arg0 string) (int64, error)

AddTarget1_3 calls the AddTarget1_3 RPC.

func (*TransitionClient) CanRemoveViews

func (c *TransitionClient) CanRemoveViews(ctx context.Context) (bool, error)

CanRemoveViews calls the CanRemoveViews RPC.

func (*TransitionClient) CaptureEndValues

func (c *TransitionClient) CaptureEndValues(ctx context.Context, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*TransitionClient) CaptureStartValues

func (c *TransitionClient) CaptureStartValues(ctx context.Context, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*TransitionClient) Clone0

func (c *TransitionClient) Clone0(ctx context.Context) (int64, error)

Clone0 calls the Clone0 RPC.

func (*TransitionClient) Clone0_1

func (c *TransitionClient) Clone0_1(ctx context.Context) (int64, error)

Clone0_1 calls the Clone0_1 RPC.

func (*TransitionClient) CreateAnimator

func (c *TransitionClient) CreateAnimator(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*TransitionClient) ExcludeChildren2

func (c *TransitionClient) ExcludeChildren2(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

ExcludeChildren2 calls the ExcludeChildren2 RPC.

func (*TransitionClient) ExcludeChildren2_1

func (c *TransitionClient) ExcludeChildren2_1(ctx context.Context, arg0 int32, arg1 bool) (int64, error)

ExcludeChildren2_1 calls the ExcludeChildren2_1 RPC.

func (*TransitionClient) ExcludeChildren2_2

func (c *TransitionClient) ExcludeChildren2_2(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

ExcludeChildren2_2 calls the ExcludeChildren2_2 RPC.

func (*TransitionClient) ExcludeTarget2

func (c *TransitionClient) ExcludeTarget2(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

ExcludeTarget2 calls the ExcludeTarget2 RPC.

func (*TransitionClient) ExcludeTarget2_1

func (c *TransitionClient) ExcludeTarget2_1(ctx context.Context, arg0 int32, arg1 bool) (int64, error)

ExcludeTarget2_1 calls the ExcludeTarget2_1 RPC.

func (*TransitionClient) ExcludeTarget2_2

func (c *TransitionClient) ExcludeTarget2_2(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

ExcludeTarget2_2 calls the ExcludeTarget2_2 RPC.

func (*TransitionClient) ExcludeTarget2_3

func (c *TransitionClient) ExcludeTarget2_3(ctx context.Context, arg0 string, arg1 bool) (int64, error)

ExcludeTarget2_3 calls the ExcludeTarget2_3 RPC.

func (*TransitionClient) GetDuration

func (c *TransitionClient) GetDuration(ctx context.Context) (int64, error)

GetDuration calls the GetDuration RPC.

func (*TransitionClient) GetEpicenter

func (c *TransitionClient) GetEpicenter(ctx context.Context) (int64, error)

GetEpicenter calls the GetEpicenter RPC.

func (*TransitionClient) GetEpicenterCallback

func (c *TransitionClient) GetEpicenterCallback(ctx context.Context) (int64, error)

GetEpicenterCallback calls the GetEpicenterCallback RPC.

func (*TransitionClient) GetInterpolator

func (c *TransitionClient) GetInterpolator(ctx context.Context) (int64, error)

GetInterpolator calls the GetInterpolator RPC.

func (*TransitionClient) GetName

func (c *TransitionClient) GetName(ctx context.Context) (string, error)

GetName calls the GetName RPC.

func (*TransitionClient) GetPathMotion

func (c *TransitionClient) GetPathMotion(ctx context.Context) (int64, error)

GetPathMotion calls the GetPathMotion RPC.

func (*TransitionClient) GetPropagation

func (c *TransitionClient) GetPropagation(ctx context.Context) (int64, error)

GetPropagation calls the GetPropagation RPC.

func (*TransitionClient) GetStartDelay

func (c *TransitionClient) GetStartDelay(ctx context.Context) (int64, error)

GetStartDelay calls the GetStartDelay RPC.

func (*TransitionClient) GetTargetIds

func (c *TransitionClient) GetTargetIds(ctx context.Context) (int64, error)

GetTargetIds calls the GetTargetIds RPC.

func (*TransitionClient) GetTargetNames

func (c *TransitionClient) GetTargetNames(ctx context.Context) (int64, error)

GetTargetNames calls the GetTargetNames RPC.

func (*TransitionClient) GetTargetTypes

func (c *TransitionClient) GetTargetTypes(ctx context.Context) (int64, error)

GetTargetTypes calls the GetTargetTypes RPC.

func (*TransitionClient) GetTargets

func (c *TransitionClient) GetTargets(ctx context.Context) (int64, error)

GetTargets calls the GetTargets RPC.

func (*TransitionClient) GetTransitionProperties

func (c *TransitionClient) GetTransitionProperties(ctx context.Context) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

func (*TransitionClient) GetTransitionValues

func (c *TransitionClient) GetTransitionValues(ctx context.Context, arg0 int64, arg1 bool) (int64, error)

GetTransitionValues calls the GetTransitionValues RPC.

func (*TransitionClient) IsTransitionRequired

func (c *TransitionClient) IsTransitionRequired(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

IsTransitionRequired calls the IsTransitionRequired RPC.

func (*TransitionClient) RemoveListener

func (c *TransitionClient) RemoveListener(ctx context.Context, arg0 int64) (int64, error)

RemoveListener calls the RemoveListener RPC.

func (*TransitionClient) RemoveTarget1

func (c *TransitionClient) RemoveTarget1(ctx context.Context, arg0 int64) (int64, error)

RemoveTarget1 calls the RemoveTarget1 RPC.

func (*TransitionClient) RemoveTarget1_1

func (c *TransitionClient) RemoveTarget1_1(ctx context.Context, arg0 int32) (int64, error)

RemoveTarget1_1 calls the RemoveTarget1_1 RPC.

func (*TransitionClient) RemoveTarget1_2

func (c *TransitionClient) RemoveTarget1_2(ctx context.Context, arg0 int64) (int64, error)

RemoveTarget1_2 calls the RemoveTarget1_2 RPC.

func (*TransitionClient) RemoveTarget1_3

func (c *TransitionClient) RemoveTarget1_3(ctx context.Context, arg0 string) (int64, error)

RemoveTarget1_3 calls the RemoveTarget1_3 RPC.

func (*TransitionClient) SetDuration

func (c *TransitionClient) SetDuration(ctx context.Context, arg0 int64) (int64, error)

SetDuration calls the SetDuration RPC.

func (*TransitionClient) SetEpicenterCallback

func (c *TransitionClient) SetEpicenterCallback(ctx context.Context, arg0 int64) error

SetEpicenterCallback calls the SetEpicenterCallback RPC.

func (*TransitionClient) SetInterpolator

func (c *TransitionClient) SetInterpolator(ctx context.Context, arg0 int64) (int64, error)

SetInterpolator calls the SetInterpolator RPC.

func (*TransitionClient) SetMatchOrder

func (c *TransitionClient) SetMatchOrder(ctx context.Context, arg0 int64) error

SetMatchOrder calls the SetMatchOrder RPC.

func (*TransitionClient) SetPathMotion

func (c *TransitionClient) SetPathMotion(ctx context.Context, arg0 int64) error

SetPathMotion calls the SetPathMotion RPC.

func (*TransitionClient) SetPropagation

func (c *TransitionClient) SetPropagation(ctx context.Context, arg0 int64) error

SetPropagation calls the SetPropagation RPC.

func (*TransitionClient) SetStartDelay

func (c *TransitionClient) SetStartDelay(ctx context.Context, arg0 int64) (int64, error)

SetStartDelay calls the SetStartDelay RPC.

func (*TransitionClient) ToString

func (c *TransitionClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type TransitionListenerClient

type TransitionListenerClient struct {
	// contains filtered or unexported fields
}

TransitionListenerClient wraps the gRPC TransitionListenerService client.

func NewTransitionListenerClient

func NewTransitionListenerClient(cc grpc.ClientConnInterface) *TransitionListenerClient

NewTransitionListenerClient creates a new TransitionListener client.

func (*TransitionListenerClient) OnTransitionCancel

func (c *TransitionListenerClient) OnTransitionCancel(ctx context.Context, arg0 int64) error

OnTransitionCancel calls the OnTransitionCancel RPC.

func (*TransitionListenerClient) OnTransitionEnd

func (c *TransitionListenerClient) OnTransitionEnd(ctx context.Context, arg0 int64) error

OnTransitionEnd calls the OnTransitionEnd RPC.

func (*TransitionListenerClient) OnTransitionPause

func (c *TransitionListenerClient) OnTransitionPause(ctx context.Context, arg0 int64) error

OnTransitionPause calls the OnTransitionPause RPC.

func (*TransitionListenerClient) OnTransitionResume

func (c *TransitionListenerClient) OnTransitionResume(ctx context.Context, arg0 int64) error

OnTransitionResume calls the OnTransitionResume RPC.

func (*TransitionListenerClient) OnTransitionStart

func (c *TransitionListenerClient) OnTransitionStart(ctx context.Context, arg0 int64) error

OnTransitionStart calls the OnTransitionStart RPC.

type ValuesClient

type ValuesClient struct {
	// contains filtered or unexported fields
}

ValuesClient wraps the gRPC ValuesService client.

func NewValuesClient

func NewValuesClient(cc grpc.ClientConnInterface) *ValuesClient

NewValuesClient creates a new Values client.

func (*ValuesClient) Equals

func (c *ValuesClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ValuesClient) HashCode

func (c *ValuesClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ValuesClient) ToString

func (c *ValuesClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

type VisibilityClient

type VisibilityClient struct {
	// contains filtered or unexported fields
}

VisibilityClient wraps the gRPC VisibilityService client.

func NewVisibilityClient

func NewVisibilityClient(cc grpc.ClientConnInterface) *VisibilityClient

NewVisibilityClient creates a new Visibility client.

func (*VisibilityClient) CaptureEndValues

func (c *VisibilityClient) CaptureEndValues(ctx context.Context, arg0 int64) error

CaptureEndValues calls the CaptureEndValues RPC.

func (*VisibilityClient) CaptureStartValues

func (c *VisibilityClient) CaptureStartValues(ctx context.Context, arg0 int64) error

CaptureStartValues calls the CaptureStartValues RPC.

func (*VisibilityClient) CreateAnimator

func (c *VisibilityClient) CreateAnimator(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

CreateAnimator calls the CreateAnimator RPC.

func (*VisibilityClient) GetMode

func (c *VisibilityClient) GetMode(ctx context.Context) (int32, error)

GetMode calls the GetMode RPC.

func (*VisibilityClient) GetTransitionProperties

func (c *VisibilityClient) GetTransitionProperties(ctx context.Context) (int64, error)

GetTransitionProperties calls the GetTransitionProperties RPC.

func (*VisibilityClient) IsTransitionRequired

func (c *VisibilityClient) IsTransitionRequired(ctx context.Context, arg0 int64, arg1 int64) (bool, error)

IsTransitionRequired calls the IsTransitionRequired RPC.

func (*VisibilityClient) IsVisible

func (c *VisibilityClient) IsVisible(ctx context.Context, arg0 int64) (bool, error)

IsVisible calls the IsVisible RPC.

func (*VisibilityClient) OnAppear4_1

func (c *VisibilityClient) OnAppear4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnAppear4_1 calls the OnAppear4_1 RPC.

func (*VisibilityClient) OnAppear5

func (c *VisibilityClient) OnAppear5(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64, arg4 int32) (int64, error)

OnAppear5 calls the OnAppear5 RPC.

func (*VisibilityClient) OnDisappear4_1

func (c *VisibilityClient) OnDisappear4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)

OnDisappear4_1 calls the OnDisappear4_1 RPC.

func (*VisibilityClient) OnDisappear5

func (c *VisibilityClient) OnDisappear5(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64, arg4 int32) (int64, error)

OnDisappear5 calls the OnDisappear5 RPC.

func (*VisibilityClient) SetMode

func (c *VisibilityClient) SetMode(ctx context.Context, arg0 int32) error

SetMode calls the SetMode RPC.

type VisibilityPropagationClient

type VisibilityPropagationClient struct {
	// contains filtered or unexported fields
}

VisibilityPropagationClient wraps the gRPC VisibilityPropagationService client.

func NewVisibilityPropagationClient

func NewVisibilityPropagationClient(cc grpc.ClientConnInterface) *VisibilityPropagationClient

NewVisibilityPropagationClient creates a new VisibilityPropagation client.

func (*VisibilityPropagationClient) CaptureValues

func (c *VisibilityPropagationClient) CaptureValues(ctx context.Context, arg0 int64) error

CaptureValues calls the CaptureValues RPC.

func (*VisibilityPropagationClient) GetPropagationProperties

func (c *VisibilityPropagationClient) GetPropagationProperties(ctx context.Context) (int64, error)

GetPropagationProperties calls the GetPropagationProperties RPC.

func (*VisibilityPropagationClient) GetViewVisibility

func (c *VisibilityPropagationClient) GetViewVisibility(ctx context.Context, arg0 int64) (int32, error)

GetViewVisibility calls the GetViewVisibility RPC.

func (*VisibilityPropagationClient) GetViewX

func (c *VisibilityPropagationClient) GetViewX(ctx context.Context, arg0 int64) (int32, error)

GetViewX calls the GetViewX RPC.

func (*VisibilityPropagationClient) GetViewY

func (c *VisibilityPropagationClient) GetViewY(ctx context.Context, arg0 int64) (int32, error)

GetViewY calls the GetViewY RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL