github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library@v0.2.0/UUID/UUID.go (about) 1 // Package UUID 2 // Dafny module UUID compiled into Go 3 4 package UUID 5 6 import ( 7 os "os" 8 9 m_BoundedInts "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/BoundedInts" 10 m_DivInternals "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/DivInternals" 11 m_DivInternalsNonlinear "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/DivInternalsNonlinear" 12 m_DivMod "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/DivMod" 13 m_FileIO "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/FileIO" 14 m_Functions "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Functions" 15 m_GeneralInternals "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/GeneralInternals" 16 m_Logarithm "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Logarithm" 17 m__Math "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Math_" 18 m_ModInternals "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/ModInternals" 19 m_ModInternalsNonlinear "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/ModInternalsNonlinear" 20 m_Mul "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Mul" 21 m_MulInternals "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/MulInternals" 22 m_MulInternalsNonlinear "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/MulInternalsNonlinear" 23 m_Power "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Power" 24 m_Relations "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Relations" 25 m_Seq "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Seq" 26 m_Seq_MergeSort "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Seq_MergeSort" 27 m_StandardLibrary "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/StandardLibrary" 28 m_StandardLibraryInterop "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/StandardLibraryInterop" 29 m_StandardLibrary_Sequence "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/StandardLibrary_Sequence" 30 m_StandardLibrary_String "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/StandardLibrary_String" 31 m_StandardLibrary_UInt "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/StandardLibrary_UInt" 32 m_UnicodeStrings "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/UnicodeStrings" 33 m__Unicode "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Unicode_" 34 m_Utf16EncodingForm "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Utf16EncodingForm" 35 m_Utf8EncodingForm "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Utf8EncodingForm" 36 m_Wrappers "github.com/aws/aws-cryptographic-material-providers-library/releases/go/smithy-dafny-standard-library/Wrappers" 37 m__System "github.com/dafny-lang/DafnyRuntimeGo/v4/System_" 38 _dafny "github.com/dafny-lang/DafnyRuntimeGo/v4/dafny" 39 ) 40 41 var _ = os.Args 42 var _ _dafny.Dummy__ 43 var _ m__System.Dummy__ 44 var _ m_Wrappers.Dummy__ 45 var _ m_Relations.Dummy__ 46 var _ m_Seq_MergeSort.Dummy__ 47 var _ m__Math.Dummy__ 48 var _ m_Seq.Dummy__ 49 var _ m_BoundedInts.Dummy__ 50 var _ m__Unicode.Dummy__ 51 var _ m_Functions.Dummy__ 52 var _ m_Utf8EncodingForm.Dummy__ 53 var _ m_Utf16EncodingForm.Dummy__ 54 var _ m_UnicodeStrings.Dummy__ 55 var _ m_FileIO.Dummy__ 56 var _ m_GeneralInternals.Dummy__ 57 var _ m_MulInternalsNonlinear.Dummy__ 58 var _ m_MulInternals.Dummy__ 59 var _ m_Mul.Dummy__ 60 var _ m_ModInternalsNonlinear.Dummy__ 61 var _ m_DivInternalsNonlinear.Dummy__ 62 var _ m_ModInternals.Dummy__ 63 var _ m_DivInternals.Dummy__ 64 var _ m_DivMod.Dummy__ 65 var _ m_Power.Dummy__ 66 var _ m_Logarithm.Dummy__ 67 var _ m_StandardLibraryInterop.Dummy__ 68 var _ m_StandardLibrary_UInt.Dummy__ 69 var _ m_StandardLibrary_Sequence.Dummy__ 70 var _ m_StandardLibrary_String.Dummy__ 71 var _ m_StandardLibrary.Dummy__ 72 73 type Dummy__ struct{} 74 75 // Definition of class Default__ 76 type Default__ struct { 77 dummy byte 78 } 79 80 func New_Default___() *Default__ { 81 _this := Default__{} 82 83 return &_this 84 } 85 86 type CompanionStruct_Default___ struct { 87 } 88 89 var Companion_Default___ = CompanionStruct_Default___{} 90 91 func (_this *Default__) Equals(other *Default__) bool { 92 return _this == other 93 } 94 95 func (_this *Default__) EqualsGeneric(x interface{}) bool { 96 other, ok := x.(*Default__) 97 return ok && _this.Equals(other) 98 } 99 100 func (*Default__) String() string { 101 return "UUID.Default__" 102 } 103 func (_this *Default__) ParentTraits_() []*_dafny.TraitID { 104 return [](*_dafny.TraitID){} 105 } 106 107 var _ _dafny.TraitOffspring = &Default__{} 108 109 func (_static *CompanionStruct_Default___) CreateBytesSuccess(bytes _dafny.Sequence) m_Wrappers.Result { 110 return m_Wrappers.Companion_Result_.Create_Success_(bytes) 111 } 112 func (_static *CompanionStruct_Default___) CreateBytesFailure(error_ _dafny.Sequence) m_Wrappers.Result { 113 return m_Wrappers.Companion_Result_.Create_Failure_(error_) 114 } 115 func (_static *CompanionStruct_Default___) CreateStringSuccess(s _dafny.Sequence) m_Wrappers.Result { 116 return m_Wrappers.Companion_Result_.Create_Success_(s) 117 } 118 func (_static *CompanionStruct_Default___) CreateStringFailure(error_ _dafny.Sequence) m_Wrappers.Result { 119 return m_Wrappers.Companion_Result_.Create_Failure_(error_) 120 } 121 122 // End of class Default__