util

package
v6.37.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 25, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsHTTPScheme

func IsHTTPScheme(path string) bool

func IsUnsupportedURLScheme

func IsUnsupportedURLScheme(path string) bool

Types

type Sha1Checksum

type Sha1Checksum interface {
	ComputeFileSha1() ([]byte, error)
	CheckSha1(string) bool
	SetFilePath(string)
}

func NewSha1Checksum

func NewSha1Checksum(filepath