Sphire Mantis' API Documentation
import "github.com/sphireinc/mantis/uuid"
UUID our primary UUID struct
type UUID struct {
UUID guid.UUID `json:"uuid"`
}
func New() UUID
New returns a newly created UUID
func (u UUID) String() string
String is a wrapper for Google’s UUID.String
Generated by gomarkdoc