sub

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cat

type Cat struct {
}

func (*Cat) Purr

func (c *Cat) Purr()

type Dog

type Dog struct {
	Icat *ICat   `inject:"kitty"`
	Rabb *Rabbit `inject:"*"`
}

func (*Dog) DoSomething

func (d *Dog) DoSomething()

func (*Dog) PostSummerConstruct

func (d *Dog) PostSummerConstruct()

func (*Dog) SetIcat

func (d *Dog) SetIcat(icat interface{})

type ICat

type ICat interface {
	Purr()
}

type IDog

type IDog interface {
	Bark()
}

type Rabbit

type Rabbit struct {
}

func (*Rabbit) Jump

func (r *Rabbit) Jump()

type Tiger

type Tiger struct{}

func (Tiger) Purr

func (t Tiger) Purr()

Jump to

Keyboard shortcuts

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