gocek

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Module

type Module struct {
	Path    string    `json:"Path"`
	Version string    `json:"Version"`
	Time    time.Time `json:"Time"`
	Update  struct {
		Path    string    `json:"Path"`
		Version string    `json:"Version"`
		Time    time.Time `json:"Time"`
	} `json:"Update"`
	Indirect bool   `json:"Indirect"`
	Dir      string `json:"Dir"`
	GoMod    string `json:"GoMod"`
}

Module :nodoc:

type ModuleChecker

type ModuleChecker struct {
	RootDir      string
	ServicesDirs []string
}

ModuleChecker :nodoc:

func (*ModuleChecker) CheckCWD

func (mc *ModuleChecker) CheckCWD()

CheckCWD call checkCWD() and print into stdout

func (*ModuleChecker) Checks

func (mc *ModuleChecker) Checks()

Checks check module projects and save the json file

type SimpleModule

type SimpleModule struct {
	Path        string `json:"path"`
	Version     string `json:"version"`
	NextVersion string `json:"next_version"`
}

SimpleModule :nodoc:

Jump to

Keyboard shortcuts

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