classdata

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DirectoryHandler added in v0.4.0

type DirectoryHandler struct {
	// contains filtered or unexported fields
}

func NewDirectoryHandler

func NewDirectoryHandler(path string) (*DirectoryHandler, error)

func (*DirectoryHandler) GetDataForClass added in v0.4.0

func (h *DirectoryHandler) GetDataForClass(name string) ([]byte, bool)

func (*DirectoryHandler) Update added in v0.4.0

func (h *DirectoryHandler) Update() error

type Handler

type Handler interface {
	GetDataForClass(name string) ([]byte, bool)
	Update() error
}

Jump to

Keyboard shortcuts

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