piotrkowalczuk/charon

View on GitHub
internal/charonctl/console.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Console should have comment or be unexported
Open

type Console struct {
Severity: Minor
Found in internal/charonctl/console.go by golint

exported type ConsoleOpts should have comment or be unexported
Open

type ConsoleOpts struct {
Severity: Minor
Found in internal/charonctl/console.go by golint

exported function NewConsole should have comment or be unexported
Open

func NewConsole(opts ConsoleOpts) (*Console, error) {
Severity: Minor
Found in internal/charonctl/console.go by golint

There are no issues that match your filters.

Category
Status