actualCombat

package
v0.0.0-...-05962f3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component interface {
	Search(string)
}

type File

type File struct {
	Name string
}

func (*File) GetName

func (f *File) GetName() string

func (*File) Search

func (f *File) Search(keyword string)

type Folder

type Folder struct {
	Components []Component
	Name       string
}

func (*Folder) Add

func (f *Folder) Add(c Component)

func (*Folder) Search

func (f *Folder) Search(keyword string)

Jump to

Keyboard shortcuts

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