murmur

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 16, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Target

type Target struct {
	Dir      string   `json:"-"`
	Filename string   `json:"-"`
	Prefix   string   `json:"-"`
	App      string   `json:"app"`
	Branch   string   `json:"branch"`
	Name     string   `json:"name"`
	Path     string   `json:"path"`
	Repo     string   `json:"repo"`
	Types    []string `json:"types"`
}

func NewTargetsFromFile

func NewTargetsFromFile(filename string) ([]Target, error)

NewTargetsFromFile creates a new Target struct from a JSON file

func (Target) CloneDir

func (t Target) CloneDir() string

Jump to

Keyboard shortcuts

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