Documentation ¶
Index ¶
- type File
- func (g File) Data() []byte
- func (g File) IsDir() bool
- func (g File) Lstat() (os.FileInfo, error)
- func (g File) ModTime() time.Time
- func (g File) Mode() fs.FileMode
- func (g File) Name() string
- func (g File) Open() (io.ReadCloser, error)
- func (g File) Path() string
- func (g File) Size() int64
- func (g File) Sys() any
- type GuestLocalPackage
- type GuestRegistryPackage
- type HostLocalPackage
- type HostRegistryPackage
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GuestLocalPackage ¶
type GuestLocalPackage struct { GolangFiles []File RustFiles []File TypescriptFiles []File TypescriptPackage *bytes.Buffer }
func GenerateGuestLocal ¶
func GenerateGuestLocal(options *Options) (*GuestLocalPackage, error)
type GuestRegistryPackage ¶
type HostLocalPackage ¶
type HostLocalPackage struct { GolangFiles []File TypescriptFiles []File TypescriptPackage *bytes.Buffer }
func GenerateHostLocal ¶
func GenerateHostLocal(options *Options) (*HostLocalPackage, error)
type HostRegistryPackage ¶
Click to show internal directories.
Click to hide internal directories.