Sphire Mantis API Documentation

Sphire Mantis' API Documentation

View the Project on GitHub sphireinc/Mantis

Go Report Card Go Reference

uuid

import "github.com/sphireinc/mantis/uuid"

Index

type UUID

UUID our primary UUID struct

type UUID struct {
    UUID guid.UUID `json:"uuid"`
}

func New

func New() UUID

New returns a newly created UUID

func (UUID) String

func (u UUID) String() string

String is a wrapper for Google’s UUID.String

Generated by gomarkdoc