extensions

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2025 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Overview

Copyright © 2024-2025 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.

Copyright © 2024-2025 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.

Copyright © 2024-2025 Macaroni OS Linux See AUTHORS and LICENSE for the license details and contributors.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extension

type Extension interface {
	Elaborate(restGuard *guard.RestGuard,
		atom, def *specs.AutogenAtom,
		mapref *map[string]interface{}) error
	GetName() string
}

func NewExtension

func NewExtension(t string, opts map[string]string) (Extension, error)

type ExtensionCustom

type ExtensionCustom struct {
	Opts map[string]string
}

func NewExtensionCustom

func NewExtensionCustom(opts map[string]string) (*ExtensionCustom, error)

func (*ExtensionCustom) Elaborate

func (e *ExtensionCustom) Elaborate(restGuard *guard.RestGuard,
	atom, def *specs.AutogenAtom,
	mapref *map[string]interface{}) error

func (*ExtensionCustom) GetElabPaths

func (e *ExtensionCustom) GetElabPaths(pkgname string) (string, string, string, string)

func (*ExtensionCustom) GetName

func (e *ExtensionCustom) GetName() string

func (*ExtensionCustom) GetOpts

func (e *ExtensionCustom) GetOpts() map[string]string

type ExtensionGolang

type ExtensionGolang struct {
	Opts map[string]string
}

func NewExtensionGolang

func NewExtensionGolang(opts map[string]string) (*ExtensionGolang, error)

func (*ExtensionGolang) Elaborate

func (e *ExtensionGolang) Elaborate(restGuard *guard.RestGuard,
	atom, def *specs.AutogenAtom,
	mapref *map[string]interface{}) error

func (*ExtensionGolang) GetName

func (e *ExtensionGolang) GetName() string

func (*ExtensionGolang) GetOpts

func (e *ExtensionGolang) GetOpts() map[string]string

type GoSum

type GoSum struct {
	Lines []GoSumRow
}

func NewGoSum

func NewGoSum(content string) *GoSum

type GoSumRow

type GoSumRow struct {
	Module   string
	Version  string
	Checksum string
}

Jump to

Keyboard shortcuts

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