actualCombat

package
v0.0.0-...-8d22ec3 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2025 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 File

type File struct {
	Name string
}

文件类型

func (*File) Clone

func (f *File) Clone() InterfaceNode

克隆

func (*File) Print

func (f *File) Print(indentation string)

打印

type Folder

type Folder struct {
	Children []InterfaceNode
	Name     string
}

文件夹

func (*Folder) Clone

func (f *Folder) Clone() InterfaceNode

克隆

func (*Folder) Print

func (f *Folder) Print(indentation string)

打印

type InterfaceNode

type InterfaceNode interface {
	Print(string)
	Clone() InterfaceNode
}

节点接口

Jump to

Keyboard shortcuts

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