pedroMMM/goss

View on GitHub
system/mount.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type DefMount should have comment or be unexported
Open

type DefMount struct {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.ID should have comment or be unexported
Open

func (m *DefMount) ID() string {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.Source should have comment or be unexported
Open

func (m *DefMount) Source() (string, error) {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.MountPoint should have comment or be unexported
Open

func (m *DefMount) MountPoint() string {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.Exists should have comment or be unexported
Open

func (m *DefMount) Exists() (bool, error) {
Severity: Minor
Found in system/mount.go by golint

exported type Mount should have comment or be unexported
Open

type Mount interface {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.Opts should have comment or be unexported
Open

func (m *DefMount) Opts() ([]string, error) {
Severity: Minor
Found in system/mount.go by golint

exported function NewDefMount should have comment or be unexported
Open

func NewDefMount(mountPoint string, system *System, config util.Config) Mount {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.Filesystem should have comment or be unexported
Open

func (m *DefMount) Filesystem() (string, error) {
Severity: Minor
Found in system/mount.go by golint

exported method DefMount.Usage should have comment or be unexported
Open

func (m *DefMount) Usage() (int, error) {
Severity: Minor
Found in system/mount.go by golint

There are no issues that match your filters.

Category
Status