mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 05:18:21 +00:00
8 lines
114 B
Go
Executable File
8 lines
114 B
Go
Executable File
package entity
|
|
|
|
import "github.com/bloeys/nmage/registry"
|
|
|
|
type Entity interface {
|
|
GetHandle() registry.Handle
|
|
}
|