facade

package
v0.0.0-...-021ab65 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

外观模式:

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AModuleAPI

type AModuleAPI interface {
	TestA() string
}

AModuleAPI ...

func NewAModuleAPI

func NewAModuleAPI() AModuleAPI

NewAModuleAPI return new AModuleAPI

type API

type API interface {
	Test() string
}

API is facade interface of facade package

func NewAPI

func NewAPI() API

type BModuleAPI

type BModuleAPI interface {
	TestB() string
}

BModuleAPI ...

func NewBModuleAPI

func NewBModuleAPI() BModuleAPI

NewBModuleAPI return new BModuleAPI

Jump to

Keyboard shortcuts

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