example

package
v0.0.0-...-db5681a Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Facade

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

外观类

func NewFacade

func NewFacade() *Facade

初始化

func (*Facade) MethodA

func (c *Facade) MethodA()

外观方法A

func (*Facade) MethodB

func (c *Facade) MethodB()

外观方法B

type SubSystemA

type SubSystemA struct {
}

子系统A

func NewSubSystemA

func NewSubSystemA() *SubSystemA

初始化子系统B

func (*SubSystemA) MethodOne

func (c *SubSystemA) MethodOne()

子系统B方法

func (*SubSystemA) MethodTwo

func (c *SubSystemA) MethodTwo()

子系统B方法

type SubSystemB

type SubSystemB struct {
}

子系统B

func NewSubSystemB

func NewSubSystemB() *SubSystemB

初始化子系统A

func (*SubSystemB) MethodFour

func (c *SubSystemB) MethodFour()

子系统A方法

func (*SubSystemB) MethodThree

func (c *SubSystemB) MethodThree()

子系统A方法

Jump to

Keyboard shortcuts

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