case16

package
v0.0.0-...-fb3338c Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A struct {
	S string
}

func (*A) Execute

func (o *A) Execute(ctx context.Context)

type B

type B struct {
	I int
}

func (*B) Execute

func (o *B) Execute(ctx context.Context)

type C

type C struct {
	F float64
}

func (*C) Execute

func (o *C) Execute(ctx context.Context)

type MapObjects

type MapObjects struct {
	Objects map[string]Object
}

type Object

type Object interface {
	Execute(ctx context.Context)
}

type SlcObjects

type SlcObjects struct {
	Objects []Object
}

Jump to

Keyboard shortcuts

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