AdapterPattern

package module
v0.0.0-...-12f7594 Latest Latest
Warning

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

Go to latest
Published: May 27, 2023 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Types

type AnimalAdapter

type AnimalAdapter interface {
	// contains filtered or unexported methods
}

type Cat

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

type CatAdapter

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

type Dog

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

type DogAdapter

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

Jump to

Keyboard shortcuts

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