embedunexport

package
v0.12.2 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Use

func Use(obj Object)

Use calls the unexported method through interface

Types

type Base

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

Base implements Object

func NewBase

func NewBase(name string) *Base

func (*Base) Name

func (b *Base) Name() string

type Object

type Object interface {
	Name() string
	// contains filtered or unexported methods
}

Object is an interface with both exported and unexported methods

Jump to

Keyboard shortcuts

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