Skip to content

Squirrel-Entreprise/woleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for woleet.io API

func ComputeSHA256Hash(filePath string) (string, error)
func VerifySignature(r *http.Request, secret string) (bool, error)
type Anchor struct{ ... }
type CreateAnchorPayload struct{ ... }
type Metadata struct{ ... }
type Pageable struct{ ... }
type Search struct{ ... }
type Sort struct{ ... }
type Status string
    const WAIT Status = "WAIT" ...
type Woleet struct{ ... }
    func New(authToken string) *Woleet

About

Simple wrapper for woleet.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages