interfaces

package
v1.0.1006 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	// 获取渲染
	Render() Render
}

*

  • 适配器接口 *
  • @create 2022-1-9
  • @author deatil

type Render

type Render interface {
	// Instance init
	Instance(name string, data any) render.Render
}

*

  • 渲染接口 *
  • @create 2022-1-9
  • @author deatil

Jump to

Keyboard shortcuts

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