interfaces

package
v0.0.0-...-354a747 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boat

type Boat struct {
	Name string
}

func (*Boat) GetName

func (b *Boat) GetName() (string, error)

type Car

type Car struct {
	Name string
}

func (*Car) GetName

func (c *Car) GetName() (string, error)

type IF

type IF interface {
	GetName() (string, error)
}

type S

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

func (S) GetAge

func (s S) GetAge() int8

func (*S) IsMark

func (s *S) IsMark() bool

Jump to

Keyboard shortcuts

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