_1_facade

package
v0.0.0-...-eb36113 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: Apache-2.0, MIT Imports: 1 Imported by: 0

README

外观模式

API 为facade 模块的外观接口,大部分代码使用此接口简化对facade类的访问。

facade模块同时暴露了a和b 两个Module 的NewXXX和interface,其它代码如果需要使用细节功能时可以直接调用。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AModuleImpl

type AModuleImpl interface {
	Test() string
}

func NewTestA

func NewTestA() AModuleImpl

func NewTestB

func NewTestB() AModuleImpl

type BModuleImpl

type BModuleImpl interface {
	Test() string
}

type Test

type Test interface {
	Test() string
}

func NewAPI

func NewAPI() Test

Jump to

Keyboard shortcuts

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