types

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2023 License: MIT Imports: 0 Imported by: 0

README

types

import "github.com/eunomie/dague/types"

Index

type BuildOpts

type BuildOpts struct {
    EnvVars    map[string]string
    BuildFlags []string
    Dir        string
    In         string
}

type CrossBuildOpts

type CrossBuildOpts struct {
    BuildOpts
    Platforms     []Platform
    OutFileFormat string
}

type LocalBuildOpts

type LocalBuildOpts struct {
    BuildOpts
    Out string
}

type Platform

type Platform struct {
    OS   string
    Arch string
}

Generated by gomarkdoc

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildOpts

type BuildOpts struct {
	EnvVars    map[string]string
	BuildFlags []string
	Dir        string
	In         string
}

type CrossBuildOpts

type CrossBuildOpts struct {
	BuildOpts
	Platforms     []Platform
	OutFileFormat string
}

type LocalBuildOpts

type LocalBuildOpts struct {
	BuildOpts
	Out string
}

type Platform

type Platform struct {
	OS   string
	Arch string
}

Jump to

Keyboard shortcuts

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