go-ml-dev/iokit

View on GitHub

Showing 115 of 115 total issues

exported function Upload should have comment or be unexported
Open

func Upload(url string, reader io.Reader) error {
Severity: Minor
Found in urlwriter.go by golint

exported function Writer should have comment or be unexported
Open

func Writer(wr io.Writer, close ...func(bool) error) writer {
Severity: Minor
Found in writer.go by golint

2: cannot find package "go-ml.dev/pkg/iokit/fu" in any of:
Open

    "go-ml.dev/pkg/iokit/fu"
Severity: Minor
Found in cache.go by govet

exported method Cache.Path should have comment or be unexported
Open

func (c Cache) Path() string {
Severity: Minor
Found in cache.go by golint

exported method VersionType.Patch should have comment or be unexported
Open

func (v VersionType) Patch() int {
Severity: Minor
Found in iokit.go by golint

func ResolveUrl should be ResolveURL
Open

func ResolveUrl(s3url string) (ssn *session.Session, loc Location, err error) {
Severity: Minor
Found in s3p/url.go by golint

exported function Download should have comment or be unexported
Open

func Download(url string, wr io.WriterAt) (err error) {
Severity: Minor
Found in s3p/url.go by golint

exported function StringIO should have comment or be unexported
Open

func StringIO(str string) LuckyInput {
Severity: Minor
Found in stringio.go by golint

exported method Cache.Defined should have comment or be unexported
Open

func (c Cache) Defined() bool {
Severity: Minor
Found in cache.go by golint

exported function ZipFile should have comment or be unexported
Open

func ZipFile(fileName string, arch Input) LuckyInput {
Severity: Minor
Found in zip.go by golint

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

func (c Cache) Exists() bool {
Severity: Minor
Found in cache.go by golint

exported function Zip should have comment or be unexported
Open

func Zip(fileName string, arch Output) LuckyOutput {
Severity: Minor
Found in zip.go by golint

exported function Reader should have comment or be unexported
Open

func Reader(rd io.Reader, close ...func() error) reader {
Severity: Minor
Found in reader.go by golint

exported function Download should have comment or be unexported
Open

func Download(url string, writer io.Writer) error {
Severity: Minor
Found in urlreader.go by golint

exported function Encrypt should have comment or be unexported
Open

func Encrypt(password string, data []byte) ([]byte, error) {
Severity: Minor
Found in fu/encrypt.go by golint

exported type LuckyReader should have comment or be unexported
Open

type LuckyReader struct{ io.ReadCloser }
Severity: Minor
Found in io.go by golint

exported method GsUrl.Upload should have comment or be unexported
Open

func (gsurl GsUrl) Upload(rd io.Reader, metadata ...map[string]string) error {
Severity: Minor
Found in urlgs.go by golint

exported method HttpUrl.Download should have comment or be unexported
Open

func (url HttpUrl) Download(wr io.Writer) error {
Severity: Minor
Found in urlhttp.go by golint

exported method S3Url.Upload should have comment or be unexported
Open

func (s3url S3Url) Upload(rd io.Reader, metadata ...map[string]string) error {
Severity: Minor
Found in urls3.go by golint

exported type CloserChain should have comment or be unexported
Open

type CloserChain []io.Closer
Severity: Minor
Found in closechain.go by golint
Severity
Category
Status
Source
Language