confparser

package
v0.0.0-...-69dc812 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	GdkVersion string `json:"gdk_version"`
	Component  struct {
		Name    string `json:"name"`
		Version string `json:"version"`
		Author  string `json:"author"`
		Build   struct {
			BuildSystem string `json:"build_system"`
		} `json:"build"`
		Publish struct {
			Bucket string `json:"bucket"`
			Region string `json:"region"`
		} `json:"publish"`
	}
}

func ParseCoonfig

func ParseCoonfig(bytes []byte) Config

Jump to

Keyboard shortcuts

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