test(docs): add missing example stubs
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
a677b171ad
commit
99226c9aef
5 changed files with 4039 additions and 0 deletions
7
internal/nameutil/zz_codex_examples_example_test.go
Normal file
7
internal/nameutil/zz_codex_examples_example_test.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package nameutil
|
||||
|
||||
// Code generated by Codex. DO NOT EDIT.
|
||||
|
||||
func ExampleCatalogLabel() {
|
||||
_ = CatalogLabel
|
||||
}
|
||||
599
pkg/covenant/zz_codex_examples_example_test.go
Normal file
599
pkg/covenant/zz_codex_examples_example_test.go
Normal file
|
|
@ -0,0 +1,599 @@
|
|||
package covenant
|
||||
|
||||
// Code generated by Codex. DO NOT EDIT.
|
||||
|
||||
func ExampleAddNames() {
|
||||
_ = AddNames
|
||||
}
|
||||
|
||||
func ExampleBlind() {
|
||||
_ = Blind
|
||||
}
|
||||
|
||||
func ExampleCountRenewals() {
|
||||
_ = CountRenewals
|
||||
}
|
||||
|
||||
func ExampleCountUpdates() {
|
||||
_ = CountUpdates
|
||||
}
|
||||
|
||||
func ExampleCovenantType_IsKnown() {
|
||||
_ = (*CovenantType).IsKnown
|
||||
}
|
||||
|
||||
func ExampleCovenantType_IsLinked() {
|
||||
_ = (*CovenantType).IsLinked
|
||||
}
|
||||
|
||||
func ExampleCovenantType_IsName() {
|
||||
_ = (*CovenantType).IsName
|
||||
}
|
||||
|
||||
func ExampleCovenantType_String() {
|
||||
_ = (*CovenantType).String
|
||||
}
|
||||
|
||||
func ExampleDefaultLockedCatalog() {
|
||||
_ = DefaultLockedCatalog
|
||||
}
|
||||
|
||||
func ExampleDefaultReservedCatalog() {
|
||||
_ = DefaultReservedCatalog
|
||||
}
|
||||
|
||||
func ExampleGetAddNames() {
|
||||
_ = GetAddNames
|
||||
}
|
||||
|
||||
func ExampleGetBlacklist() {
|
||||
_ = GetBlacklist
|
||||
}
|
||||
|
||||
func ExampleGetCountOpens() {
|
||||
_ = GetCountOpens
|
||||
}
|
||||
|
||||
func ExampleGetCountRenewals() {
|
||||
_ = GetCountRenewals
|
||||
}
|
||||
|
||||
func ExampleGetCountUpdates() {
|
||||
_ = GetCountUpdates
|
||||
}
|
||||
|
||||
func ExampleGetDefaultLockedCatalog() {
|
||||
_ = GetDefaultLockedCatalog
|
||||
}
|
||||
|
||||
func ExampleGetDefaultReservedCatalog() {
|
||||
_ = GetDefaultReservedCatalog
|
||||
}
|
||||
|
||||
func ExampleGetGrindName() {
|
||||
_ = GetGrindName
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedBinary() {
|
||||
_ = GetHasLockedBinary
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedByBinary() {
|
||||
_ = GetHasLockedByBinary
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedByHash() {
|
||||
_ = GetHasLockedByHash
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedByName() {
|
||||
_ = GetHasLockedByName
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedByString() {
|
||||
_ = GetHasLockedByString
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedHash() {
|
||||
_ = GetHasLockedHash
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedName() {
|
||||
_ = GetHasLockedName
|
||||
}
|
||||
|
||||
func ExampleGetHasLockedString() {
|
||||
_ = GetHasLockedString
|
||||
}
|
||||
|
||||
func ExampleGetHasNames() {
|
||||
_ = GetHasNames
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedBinary() {
|
||||
_ = GetHasReservedBinary
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedByBinary() {
|
||||
_ = GetHasReservedByBinary
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedByHash() {
|
||||
_ = GetHasReservedByHash
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedByName() {
|
||||
_ = GetHasReservedByName
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedByString() {
|
||||
_ = GetHasReservedByString
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedHash() {
|
||||
_ = GetHasReservedHash
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedName() {
|
||||
_ = GetHasReservedName
|
||||
}
|
||||
|
||||
func ExampleGetHasReservedString() {
|
||||
_ = GetHasReservedString
|
||||
}
|
||||
|
||||
func ExampleGetHasRollout() {
|
||||
_ = GetHasRollout
|
||||
}
|
||||
|
||||
func ExampleGetHasSaneCovenants() {
|
||||
_ = GetHasSaneCovenants
|
||||
}
|
||||
|
||||
func ExampleGetHashBinary() {
|
||||
_ = GetHashBinary
|
||||
}
|
||||
|
||||
func ExampleGetHashByBinary() {
|
||||
_ = GetHashByBinary
|
||||
}
|
||||
|
||||
func ExampleGetHashByName() {
|
||||
_ = GetHashByName
|
||||
}
|
||||
|
||||
func ExampleGetHashByString() {
|
||||
_ = GetHashByString
|
||||
}
|
||||
|
||||
func ExampleGetHashName() {
|
||||
_ = GetHashName
|
||||
}
|
||||
|
||||
func ExampleGetHashString() {
|
||||
_ = GetHashString
|
||||
}
|
||||
|
||||
func ExampleGetIsLockedUp() {
|
||||
_ = GetIsLockedUp
|
||||
}
|
||||
|
||||
func ExampleGetIsReserved() {
|
||||
_ = GetIsReserved
|
||||
}
|
||||
|
||||
func ExampleGetLockedBinary() {
|
||||
_ = GetLockedBinary
|
||||
}
|
||||
|
||||
func ExampleGetLockedByBinary() {
|
||||
_ = GetLockedByBinary
|
||||
}
|
||||
|
||||
func ExampleGetLockedByHash() {
|
||||
_ = GetLockedByHash
|
||||
}
|
||||
|
||||
func ExampleGetLockedByName() {
|
||||
_ = GetLockedByName
|
||||
}
|
||||
|
||||
func ExampleGetLockedByString() {
|
||||
_ = GetLockedByString
|
||||
}
|
||||
|
||||
func ExampleGetLockedCatalog() {
|
||||
_ = GetLockedCatalog
|
||||
}
|
||||
|
||||
func ExampleGetLockedHash() {
|
||||
_ = GetLockedHash
|
||||
}
|
||||
|
||||
func ExampleGetLockedString() {
|
||||
_ = GetLockedString
|
||||
}
|
||||
|
||||
func ExampleGetRemoveNames() {
|
||||
_ = GetRemoveNames
|
||||
}
|
||||
|
||||
func ExampleGetReservedBinary() {
|
||||
_ = GetReservedBinary
|
||||
}
|
||||
|
||||
func ExampleGetReservedByBinary() {
|
||||
_ = GetReservedByBinary
|
||||
}
|
||||
|
||||
func ExampleGetReservedByHash() {
|
||||
_ = GetReservedByHash
|
||||
}
|
||||
|
||||
func ExampleGetReservedByName() {
|
||||
_ = GetReservedByName
|
||||
}
|
||||
|
||||
func ExampleGetReservedByString() {
|
||||
_ = GetReservedByString
|
||||
}
|
||||
|
||||
func ExampleGetReservedCatalog() {
|
||||
_ = GetReservedCatalog
|
||||
}
|
||||
|
||||
func ExampleGetReservedHash() {
|
||||
_ = GetReservedHash
|
||||
}
|
||||
|
||||
func ExampleGetReservedString() {
|
||||
_ = GetReservedString
|
||||
}
|
||||
|
||||
func ExampleGetTypeName() {
|
||||
_ = GetTypeName
|
||||
}
|
||||
|
||||
func ExampleGetTypes() {
|
||||
_ = GetTypes
|
||||
}
|
||||
|
||||
func ExampleGetTypesByVal() {
|
||||
_ = GetTypesByVal
|
||||
}
|
||||
|
||||
func ExampleGetVerificationFlags() {
|
||||
_ = GetVerificationFlags
|
||||
}
|
||||
|
||||
func ExampleGetVerificationFlagsByVal() {
|
||||
_ = GetVerificationFlagsByVal
|
||||
}
|
||||
|
||||
func ExampleGetVerifyBinary() {
|
||||
_ = GetVerifyBinary
|
||||
}
|
||||
|
||||
func ExampleGetVerifyByBinary() {
|
||||
_ = GetVerifyByBinary
|
||||
}
|
||||
|
||||
func ExampleGetVerifyByName() {
|
||||
_ = GetVerifyByName
|
||||
}
|
||||
|
||||
func ExampleGetVerifyByString() {
|
||||
_ = GetVerifyByString
|
||||
}
|
||||
|
||||
func ExampleGetVerifyCovenants() {
|
||||
_ = GetVerifyCovenants
|
||||
}
|
||||
|
||||
func ExampleGetVerifyName() {
|
||||
_ = GetVerifyName
|
||||
}
|
||||
|
||||
func ExampleGetVerifyString() {
|
||||
_ = GetVerifyString
|
||||
}
|
||||
|
||||
func ExampleGrindName() {
|
||||
_ = GrindName
|
||||
}
|
||||
|
||||
func ExampleHasLockedBinary() {
|
||||
_ = HasLockedBinary
|
||||
}
|
||||
|
||||
func ExampleHasLockedByBinary() {
|
||||
_ = HasLockedByBinary
|
||||
}
|
||||
|
||||
func ExampleHasLockedByHash() {
|
||||
_ = HasLockedByHash
|
||||
}
|
||||
|
||||
func ExampleHasLockedByName() {
|
||||
_ = HasLockedByName
|
||||
}
|
||||
|
||||
func ExampleHasLockedByString() {
|
||||
_ = HasLockedByString
|
||||
}
|
||||
|
||||
func ExampleHasLockedHash() {
|
||||
_ = HasLockedHash
|
||||
}
|
||||
|
||||
func ExampleHasLockedName() {
|
||||
_ = HasLockedName
|
||||
}
|
||||
|
||||
func ExampleHasLockedString() {
|
||||
_ = HasLockedString
|
||||
}
|
||||
|
||||
func ExampleHasReservedBinary() {
|
||||
_ = HasReservedBinary
|
||||
}
|
||||
|
||||
func ExampleHasReservedByBinary() {
|
||||
_ = HasReservedByBinary
|
||||
}
|
||||
|
||||
func ExampleHasReservedByHash() {
|
||||
_ = HasReservedByHash
|
||||
}
|
||||
|
||||
func ExampleHasReservedByName() {
|
||||
_ = HasReservedByName
|
||||
}
|
||||
|
||||
func ExampleHasReservedByString() {
|
||||
_ = HasReservedByString
|
||||
}
|
||||
|
||||
func ExampleHasReservedHash() {
|
||||
_ = HasReservedHash
|
||||
}
|
||||
|
||||
func ExampleHasReservedName() {
|
||||
_ = HasReservedName
|
||||
}
|
||||
|
||||
func ExampleHasReservedString() {
|
||||
_ = HasReservedString
|
||||
}
|
||||
|
||||
func ExampleHasRollout() {
|
||||
_ = HasRollout
|
||||
}
|
||||
|
||||
func ExampleHasSaneCovenants() {
|
||||
_ = HasSaneCovenants
|
||||
}
|
||||
|
||||
func ExampleHashBinary() {
|
||||
_ = HashBinary
|
||||
}
|
||||
|
||||
func ExampleHashByBinary() {
|
||||
_ = HashByBinary
|
||||
}
|
||||
|
||||
func ExampleHashByName() {
|
||||
_ = HashByName
|
||||
}
|
||||
|
||||
func ExampleHashByString() {
|
||||
_ = HashByString
|
||||
}
|
||||
|
||||
func ExampleHashName() {
|
||||
_ = HashName
|
||||
}
|
||||
|
||||
func ExampleHashString() {
|
||||
_ = HashString
|
||||
}
|
||||
|
||||
func ExampleIsLockedUp() {
|
||||
_ = IsLockedUp
|
||||
}
|
||||
|
||||
func ExampleIsReserved() {
|
||||
_ = IsReserved
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_Entries() {
|
||||
_ = (*LockedCatalog).Entries
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_Get() {
|
||||
_ = (*LockedCatalog).Get
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetByHash() {
|
||||
_ = (*LockedCatalog).GetByHash
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetByName() {
|
||||
_ = (*LockedCatalog).GetByName
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetEntries() {
|
||||
_ = (*LockedCatalog).GetEntries
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetHasByHash() {
|
||||
_ = (*LockedCatalog).GetHasByHash
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetHasByName() {
|
||||
_ = (*LockedCatalog).GetHasByName
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetKeys() {
|
||||
_ = (*LockedCatalog).GetKeys
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetPrefixSize() {
|
||||
_ = (*LockedCatalog).GetPrefixSize
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetSize() {
|
||||
_ = (*LockedCatalog).GetSize
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_GetValues() {
|
||||
_ = (*LockedCatalog).GetValues
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_Has() {
|
||||
_ = (*LockedCatalog).Has
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_HasByHash() {
|
||||
_ = (*LockedCatalog).HasByHash
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_HasByName() {
|
||||
_ = (*LockedCatalog).HasByName
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_Keys() {
|
||||
_ = (*LockedCatalog).Keys
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_PrefixSize() {
|
||||
_ = (*LockedCatalog).PrefixSize
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_Size() {
|
||||
_ = (*LockedCatalog).Size
|
||||
}
|
||||
|
||||
func ExampleLockedCatalog_Values() {
|
||||
_ = (*LockedCatalog).Values
|
||||
}
|
||||
|
||||
func ExampleRemoveNames() {
|
||||
_ = RemoveNames
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_Entries() {
|
||||
_ = (*ReservedCatalog).Entries
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_Get() {
|
||||
_ = (*ReservedCatalog).Get
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetByHash() {
|
||||
_ = (*ReservedCatalog).GetByHash
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetByName() {
|
||||
_ = (*ReservedCatalog).GetByName
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetEntries() {
|
||||
_ = (*ReservedCatalog).GetEntries
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetHasByHash() {
|
||||
_ = (*ReservedCatalog).GetHasByHash
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetHasByName() {
|
||||
_ = (*ReservedCatalog).GetHasByName
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetKeys() {
|
||||
_ = (*ReservedCatalog).GetKeys
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetNameValue() {
|
||||
_ = (*ReservedCatalog).GetNameValue
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetPrefixSize() {
|
||||
_ = (*ReservedCatalog).GetPrefixSize
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetRootValue() {
|
||||
_ = (*ReservedCatalog).GetRootValue
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetSize() {
|
||||
_ = (*ReservedCatalog).GetSize
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetTopValue() {
|
||||
_ = (*ReservedCatalog).GetTopValue
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_GetValues() {
|
||||
_ = (*ReservedCatalog).GetValues
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_Has() {
|
||||
_ = (*ReservedCatalog).Has
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_HasByHash() {
|
||||
_ = (*ReservedCatalog).HasByHash
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_HasByName() {
|
||||
_ = (*ReservedCatalog).HasByName
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_Keys() {
|
||||
_ = (*ReservedCatalog).Keys
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_NameValue() {
|
||||
_ = (*ReservedCatalog).NameValue
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_PrefixSize() {
|
||||
_ = (*ReservedCatalog).PrefixSize
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_RootValue() {
|
||||
_ = (*ReservedCatalog).RootValue
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_Size() {
|
||||
_ = (*ReservedCatalog).Size
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_TopValue() {
|
||||
_ = (*ReservedCatalog).TopValue
|
||||
}
|
||||
|
||||
func ExampleReservedCatalog_Values() {
|
||||
_ = (*ReservedCatalog).Values
|
||||
}
|
||||
|
||||
func ExampleVerifyBinary() {
|
||||
_ = VerifyBinary
|
||||
}
|
||||
|
||||
func ExampleVerifyByBinary() {
|
||||
_ = VerifyByBinary
|
||||
}
|
||||
|
||||
func ExampleVerifyByName() {
|
||||
_ = VerifyByName
|
||||
}
|
||||
|
||||
func ExampleVerifyByString() {
|
||||
_ = VerifyByString
|
||||
}
|
||||
|
||||
func ExampleVerifyName() {
|
||||
_ = VerifyName
|
||||
}
|
||||
775
pkg/dns/zz_codex_examples_example_test.go
Normal file
775
pkg/dns/zz_codex_examples_example_test.go
Normal file
|
|
@ -0,0 +1,775 @@
|
|||
package dns
|
||||
|
||||
// Code generated by Codex. DO NOT EDIT.
|
||||
|
||||
func ExampleCreate() {
|
||||
_ = Create
|
||||
}
|
||||
|
||||
func ExampleDSRecord_FromJSON() {
|
||||
_ = (*DSRecord).FromJSON
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetAlgorithm() {
|
||||
_ = (*DSRecord).GetAlgorithm
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetDigest() {
|
||||
_ = (*DSRecord).GetDigest
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetDigestType() {
|
||||
_ = (*DSRecord).GetDigestType
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetJSON() {
|
||||
_ = (*DSRecord).GetJSON
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetKeyTag() {
|
||||
_ = (*DSRecord).GetKeyTag
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetSize() {
|
||||
_ = (*DSRecord).GetSize
|
||||
}
|
||||
|
||||
func ExampleDSRecord_GetType() {
|
||||
_ = (*DSRecord).GetType
|
||||
}
|
||||
|
||||
func ExampleDSRecord_Type() {
|
||||
_ = (*DSRecord).Type
|
||||
}
|
||||
|
||||
func ExampleDecodeResource() {
|
||||
_ = DecodeResource
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_FromJSON() {
|
||||
_ = (*GLUE4Record).FromJSON
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_GetAddress() {
|
||||
_ = (*GLUE4Record).GetAddress
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_GetJSON() {
|
||||
_ = (*GLUE4Record).GetJSON
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_GetNS() {
|
||||
_ = (*GLUE4Record).GetNS
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_GetSize() {
|
||||
_ = (*GLUE4Record).GetSize
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_GetType() {
|
||||
_ = (*GLUE4Record).GetType
|
||||
}
|
||||
|
||||
func ExampleGLUE4Record_Type() {
|
||||
_ = (*GLUE4Record).Type
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_FromJSON() {
|
||||
_ = (*GLUE6Record).FromJSON
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_GetAddress() {
|
||||
_ = (*GLUE6Record).GetAddress
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_GetJSON() {
|
||||
_ = (*GLUE6Record).GetJSON
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_GetNS() {
|
||||
_ = (*GLUE6Record).GetNS
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_GetSize() {
|
||||
_ = (*GLUE6Record).GetSize
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_GetType() {
|
||||
_ = (*GLUE6Record).GetType
|
||||
}
|
||||
|
||||
func ExampleGLUE6Record_Type() {
|
||||
_ = (*GLUE6Record).Type
|
||||
}
|
||||
|
||||
func ExampleGetCreate() {
|
||||
_ = GetCreate
|
||||
}
|
||||
|
||||
func ExampleGetDecodeResource() {
|
||||
_ = GetDecodeResource
|
||||
}
|
||||
|
||||
func ExampleGetDummy() {
|
||||
_ = GetDummy
|
||||
}
|
||||
|
||||
func ExampleGetHSTypes() {
|
||||
_ = GetHSTypes
|
||||
}
|
||||
|
||||
func ExampleGetHSTypesByVal() {
|
||||
_ = GetHSTypesByVal
|
||||
}
|
||||
|
||||
func ExampleGetHash() {
|
||||
_ = GetHash
|
||||
}
|
||||
|
||||
func ExampleGetHashBinary() {
|
||||
_ = GetHashBinary
|
||||
}
|
||||
|
||||
func ExampleGetHashByBinary() {
|
||||
_ = GetHashByBinary
|
||||
}
|
||||
|
||||
func ExampleGetHashByName() {
|
||||
_ = GetHashByName
|
||||
}
|
||||
|
||||
func ExampleGetHashByString() {
|
||||
_ = GetHashByString
|
||||
}
|
||||
|
||||
func ExampleGetHashName() {
|
||||
_ = GetHashName
|
||||
}
|
||||
|
||||
func ExampleGetHashString() {
|
||||
_ = GetHashString
|
||||
}
|
||||
|
||||
func ExampleGetNewResource() {
|
||||
_ = GetNewResource
|
||||
}
|
||||
|
||||
func ExampleGetNextName() {
|
||||
_ = GetNextName
|
||||
}
|
||||
|
||||
func ExampleGetPrevName() {
|
||||
_ = GetPrevName
|
||||
}
|
||||
|
||||
func ExampleGetResolve() {
|
||||
_ = GetResolve
|
||||
}
|
||||
|
||||
func ExampleGetResolveBinary() {
|
||||
_ = GetResolveBinary
|
||||
}
|
||||
|
||||
func ExampleGetResolveByBinary() {
|
||||
_ = GetResolveByBinary
|
||||
}
|
||||
|
||||
func ExampleGetResolveByName() {
|
||||
_ = GetResolveByName
|
||||
}
|
||||
|
||||
func ExampleGetResolveByString() {
|
||||
_ = GetResolveByString
|
||||
}
|
||||
|
||||
func ExampleGetResolveName() {
|
||||
_ = GetResolveName
|
||||
}
|
||||
|
||||
func ExampleGetResolveString() {
|
||||
_ = GetResolveString
|
||||
}
|
||||
|
||||
func ExampleGetServiceName() {
|
||||
_ = GetServiceName
|
||||
}
|
||||
|
||||
func ExampleGetTypeMapA() {
|
||||
_ = GetTypeMapA
|
||||
}
|
||||
|
||||
func ExampleGetTypeMapAAAA() {
|
||||
_ = GetTypeMapAAAA
|
||||
}
|
||||
|
||||
func ExampleGetTypeMapEmpty() {
|
||||
_ = GetTypeMapEmpty
|
||||
}
|
||||
|
||||
func ExampleGetTypeMapNS() {
|
||||
_ = GetTypeMapNS
|
||||
}
|
||||
|
||||
func ExampleGetTypeMapRoot() {
|
||||
_ = GetTypeMapRoot
|
||||
}
|
||||
|
||||
func ExampleGetTypeMapTXT() {
|
||||
_ = GetTypeMapTXT
|
||||
}
|
||||
|
||||
func ExampleGetVerify() {
|
||||
_ = GetVerify
|
||||
}
|
||||
|
||||
func ExampleGetVerifyBinary() {
|
||||
_ = GetVerifyBinary
|
||||
}
|
||||
|
||||
func ExampleGetVerifyByBinary() {
|
||||
_ = GetVerifyByBinary
|
||||
}
|
||||
|
||||
func ExampleGetVerifyByName() {
|
||||
_ = GetVerifyByName
|
||||
}
|
||||
|
||||
func ExampleGetVerifyByString() {
|
||||
_ = GetVerifyByString
|
||||
}
|
||||
|
||||
func ExampleGetVerifyName() {
|
||||
_ = GetVerifyName
|
||||
}
|
||||
|
||||
func ExampleGetVerifyString() {
|
||||
_ = GetVerifyString
|
||||
}
|
||||
|
||||
func ExampleHash() {
|
||||
_ = Hash
|
||||
}
|
||||
|
||||
func ExampleHashBinary() {
|
||||
_ = HashBinary
|
||||
}
|
||||
|
||||
func ExampleHashByBinary() {
|
||||
_ = HashByBinary
|
||||
}
|
||||
|
||||
func ExampleHashByName() {
|
||||
_ = HashByName
|
||||
}
|
||||
|
||||
func ExampleHashByString() {
|
||||
_ = HashByString
|
||||
}
|
||||
|
||||
func ExampleHashName() {
|
||||
_ = HashName
|
||||
}
|
||||
|
||||
func ExampleHashString() {
|
||||
_ = HashString
|
||||
}
|
||||
|
||||
func ExampleNSECRecord_GetName() {
|
||||
_ = (*NSECRecord).GetName
|
||||
}
|
||||
|
||||
func ExampleNSECRecord_GetNextDomain() {
|
||||
_ = (*NSECRecord).GetNextDomain
|
||||
}
|
||||
|
||||
func ExampleNSECRecord_GetTTL() {
|
||||
_ = (*NSECRecord).GetTTL
|
||||
}
|
||||
|
||||
func ExampleNSECRecord_GetTypeBitmap() {
|
||||
_ = (*NSECRecord).GetTypeBitmap
|
||||
}
|
||||
|
||||
func ExampleNSRecord_FromJSON() {
|
||||
_ = (*NSRecord).FromJSON
|
||||
}
|
||||
|
||||
func ExampleNSRecord_GetJSON() {
|
||||
_ = (*NSRecord).GetJSON
|
||||
}
|
||||
|
||||
func ExampleNSRecord_GetNS() {
|
||||
_ = (*NSRecord).GetNS
|
||||
}
|
||||
|
||||
func ExampleNSRecord_GetSize() {
|
||||
_ = (*NSRecord).GetSize
|
||||
}
|
||||
|
||||
func ExampleNSRecord_GetType() {
|
||||
_ = (*NSRecord).GetType
|
||||
}
|
||||
|
||||
func ExampleNSRecord_Type() {
|
||||
_ = (*NSRecord).Type
|
||||
}
|
||||
|
||||
func ExampleNewService() {
|
||||
_ = NewService
|
||||
}
|
||||
|
||||
func ExamplePrevName() {
|
||||
_ = PrevName
|
||||
}
|
||||
|
||||
func ExampleResolve() {
|
||||
_ = Resolve
|
||||
}
|
||||
|
||||
func ExampleResolveBinary() {
|
||||
_ = ResolveBinary
|
||||
}
|
||||
|
||||
func ExampleResolveByBinary() {
|
||||
_ = ResolveByBinary
|
||||
}
|
||||
|
||||
func ExampleResolveByName() {
|
||||
_ = ResolveByName
|
||||
}
|
||||
|
||||
func ExampleResolveByString() {
|
||||
_ = ResolveByString
|
||||
}
|
||||
|
||||
func ExampleResolveName() {
|
||||
_ = ResolveName
|
||||
}
|
||||
|
||||
func ExampleResolveString() {
|
||||
_ = ResolveString
|
||||
}
|
||||
|
||||
func ExampleResource_Decode() {
|
||||
_ = (*Resource).Decode
|
||||
}
|
||||
|
||||
func ExampleResource_Encode() {
|
||||
_ = (*Resource).Encode
|
||||
}
|
||||
|
||||
func ExampleResource_FromJSON() {
|
||||
_ = (*Resource).FromJSON
|
||||
}
|
||||
|
||||
func ExampleResource_GetDecode() {
|
||||
_ = (*Resource).GetDecode
|
||||
}
|
||||
|
||||
func ExampleResource_GetEncode() {
|
||||
_ = (*Resource).GetEncode
|
||||
}
|
||||
|
||||
func ExampleResource_GetHasDS() {
|
||||
_ = (*Resource).GetHasDS
|
||||
}
|
||||
|
||||
func ExampleResource_GetHasNS() {
|
||||
_ = (*Resource).GetHasNS
|
||||
}
|
||||
|
||||
func ExampleResource_GetHasType() {
|
||||
_ = (*Resource).GetHasType
|
||||
}
|
||||
|
||||
func ExampleResource_GetJSON() {
|
||||
_ = (*Resource).GetJSON
|
||||
}
|
||||
|
||||
func ExampleResource_GetRecords() {
|
||||
_ = (*Resource).GetRecords
|
||||
}
|
||||
|
||||
func ExampleResource_GetSize() {
|
||||
_ = (*Resource).GetSize
|
||||
}
|
||||
|
||||
func ExampleResource_GetTTL() {
|
||||
_ = (*Resource).GetTTL
|
||||
}
|
||||
|
||||
func ExampleResource_GetToDNS() {
|
||||
_ = (*Resource).GetToDNS
|
||||
}
|
||||
|
||||
func ExampleResource_GetToDS() {
|
||||
_ = (*Resource).GetToDS
|
||||
}
|
||||
|
||||
func ExampleResource_GetToGlue() {
|
||||
_ = (*Resource).GetToGlue
|
||||
}
|
||||
|
||||
func ExampleResource_GetToNS() {
|
||||
_ = (*Resource).GetToNS
|
||||
}
|
||||
|
||||
func ExampleResource_GetToNSEC() {
|
||||
_ = (*Resource).GetToNSEC
|
||||
}
|
||||
|
||||
func ExampleResource_GetToReferral() {
|
||||
_ = (*Resource).GetToReferral
|
||||
}
|
||||
|
||||
func ExampleResource_GetToTXT() {
|
||||
_ = (*Resource).GetToTXT
|
||||
}
|
||||
|
||||
func ExampleResource_GetToZone() {
|
||||
_ = (*Resource).GetToZone
|
||||
}
|
||||
|
||||
func ExampleResource_HasDS() {
|
||||
_ = (*Resource).HasDS
|
||||
}
|
||||
|
||||
func ExampleResource_HasNS() {
|
||||
_ = (*Resource).HasNS
|
||||
}
|
||||
|
||||
func ExampleResource_HasType() {
|
||||
_ = (*Resource).HasType
|
||||
}
|
||||
|
||||
func ExampleResource_ToDNS() {
|
||||
_ = (*Resource).ToDNS
|
||||
}
|
||||
|
||||
func ExampleResource_ToDS() {
|
||||
_ = (*Resource).ToDS
|
||||
}
|
||||
|
||||
func ExampleResource_ToGlue() {
|
||||
_ = (*Resource).ToGlue
|
||||
}
|
||||
|
||||
func ExampleResource_ToNS() {
|
||||
_ = (*Resource).ToNS
|
||||
}
|
||||
|
||||
func ExampleResource_ToNSEC() {
|
||||
_ = (*Resource).ToNSEC
|
||||
}
|
||||
|
||||
func ExampleResource_ToReferral() {
|
||||
_ = (*Resource).ToReferral
|
||||
}
|
||||
|
||||
func ExampleResource_ToTXT() {
|
||||
_ = (*Resource).ToTXT
|
||||
}
|
||||
|
||||
func ExampleResource_ToZone() {
|
||||
_ = (*Resource).ToZone
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_FromJSON() {
|
||||
_ = (*SYNTH4Record).FromJSON
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_GetAddress() {
|
||||
_ = (*SYNTH4Record).GetAddress
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_GetJSON() {
|
||||
_ = (*SYNTH4Record).GetJSON
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_GetNS() {
|
||||
_ = (*SYNTH4Record).GetNS
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_GetSize() {
|
||||
_ = (*SYNTH4Record).GetSize
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_GetType() {
|
||||
_ = (*SYNTH4Record).GetType
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_NS() {
|
||||
_ = (*SYNTH4Record).NS
|
||||
}
|
||||
|
||||
func ExampleSYNTH4Record_Type() {
|
||||
_ = (*SYNTH4Record).Type
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_FromJSON() {
|
||||
_ = (*SYNTH6Record).FromJSON
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_GetAddress() {
|
||||
_ = (*SYNTH6Record).GetAddress
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_GetJSON() {
|
||||
_ = (*SYNTH6Record).GetJSON
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_GetNS() {
|
||||
_ = (*SYNTH6Record).GetNS
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_GetSize() {
|
||||
_ = (*SYNTH6Record).GetSize
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_GetType() {
|
||||
_ = (*SYNTH6Record).GetType
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_NS() {
|
||||
_ = (*SYNTH6Record).NS
|
||||
}
|
||||
|
||||
func ExampleSYNTH6Record_Type() {
|
||||
_ = (*SYNTH6Record).Type
|
||||
}
|
||||
|
||||
func ExampleService_Core() {
|
||||
_ = (*Service).Core
|
||||
}
|
||||
|
||||
func ExampleService_GetCore() {
|
||||
_ = (*Service).GetCore
|
||||
}
|
||||
|
||||
func ExampleService_GetHash() {
|
||||
_ = (*Service).GetHash
|
||||
}
|
||||
|
||||
func ExampleService_GetHashBinary() {
|
||||
_ = (*Service).GetHashBinary
|
||||
}
|
||||
|
||||
func ExampleService_GetHashByBinary() {
|
||||
_ = (*Service).GetHashByBinary
|
||||
}
|
||||
|
||||
func ExampleService_GetHashByName() {
|
||||
_ = (*Service).GetHashByName
|
||||
}
|
||||
|
||||
func ExampleService_GetHashByString() {
|
||||
_ = (*Service).GetHashByString
|
||||
}
|
||||
|
||||
func ExampleService_GetHashName() {
|
||||
_ = (*Service).GetHashName
|
||||
}
|
||||
|
||||
func ExampleService_GetHashString() {
|
||||
_ = (*Service).GetHashString
|
||||
}
|
||||
|
||||
func ExampleService_GetResolve() {
|
||||
_ = (*Service).GetResolve
|
||||
}
|
||||
|
||||
func ExampleService_GetResolveBinary() {
|
||||
_ = (*Service).GetResolveBinary
|
||||
}
|
||||
|
||||
func ExampleService_GetResolveByBinary() {
|
||||
_ = (*Service).GetResolveByBinary
|
||||
}
|
||||
|
||||
func ExampleService_GetResolveByName() {
|
||||
_ = (*Service).GetResolveByName
|
||||
}
|
||||
|
||||
func ExampleService_GetResolveByString() {
|
||||
_ = (*Service).GetResolveByString
|
||||
}
|
||||
|
||||
func ExampleService_GetResolveName() {
|
||||
_ = (*Service).GetResolveName
|
||||
}
|
||||
|
||||
func ExampleService_GetResolveString() {
|
||||
_ = (*Service).GetResolveString
|
||||
}
|
||||
|
||||
func ExampleService_GetServiceName() {
|
||||
_ = (*Service).GetServiceName
|
||||
}
|
||||
|
||||
func ExampleService_GetVerify() {
|
||||
_ = (*Service).GetVerify
|
||||
}
|
||||
|
||||
func ExampleService_GetVerifyBinary() {
|
||||
_ = (*Service).GetVerifyBinary
|
||||
}
|
||||
|
||||
func ExampleService_GetVerifyByBinary() {
|
||||
_ = (*Service).GetVerifyByBinary
|
||||
}
|
||||
|
||||
func ExampleService_GetVerifyByName() {
|
||||
_ = (*Service).GetVerifyByName
|
||||
}
|
||||
|
||||
func ExampleService_GetVerifyByString() {
|
||||
_ = (*Service).GetVerifyByString
|
||||
}
|
||||
|
||||
func ExampleService_GetVerifyName() {
|
||||
_ = (*Service).GetVerifyName
|
||||
}
|
||||
|
||||
func ExampleService_GetVerifyString() {
|
||||
_ = (*Service).GetVerifyString
|
||||
}
|
||||
|
||||
func ExampleService_Hash() {
|
||||
_ = (*Service).Hash
|
||||
}
|
||||
|
||||
func ExampleService_HashBinary() {
|
||||
_ = (*Service).HashBinary
|
||||
}
|
||||
|
||||
func ExampleService_HashByBinary() {
|
||||
_ = (*Service).HashByBinary
|
||||
}
|
||||
|
||||
func ExampleService_HashByName() {
|
||||
_ = (*Service).HashByName
|
||||
}
|
||||
|
||||
func ExampleService_HashByString() {
|
||||
_ = (*Service).HashByString
|
||||
}
|
||||
|
||||
func ExampleService_HashName() {
|
||||
_ = (*Service).HashName
|
||||
}
|
||||
|
||||
func ExampleService_HashString() {
|
||||
_ = (*Service).HashString
|
||||
}
|
||||
|
||||
func ExampleService_Resolve() {
|
||||
_ = (*Service).Resolve
|
||||
}
|
||||
|
||||
func ExampleService_ResolveBinary() {
|
||||
_ = (*Service).ResolveBinary
|
||||
}
|
||||
|
||||
func ExampleService_ResolveByBinary() {
|
||||
_ = (*Service).ResolveByBinary
|
||||
}
|
||||
|
||||
func ExampleService_ResolveByName() {
|
||||
_ = (*Service).ResolveByName
|
||||
}
|
||||
|
||||
func ExampleService_ResolveByString() {
|
||||
_ = (*Service).ResolveByString
|
||||
}
|
||||
|
||||
func ExampleService_ResolveName() {
|
||||
_ = (*Service).ResolveName
|
||||
}
|
||||
|
||||
func ExampleService_ResolveString() {
|
||||
_ = (*Service).ResolveString
|
||||
}
|
||||
|
||||
func ExampleService_ServiceName() {
|
||||
_ = (*Service).ServiceName
|
||||
}
|
||||
|
||||
func ExampleService_Verify() {
|
||||
_ = (*Service).Verify
|
||||
}
|
||||
|
||||
func ExampleService_VerifyBinary() {
|
||||
_ = (*Service).VerifyBinary
|
||||
}
|
||||
|
||||
func ExampleService_VerifyByBinary() {
|
||||
_ = (*Service).VerifyByBinary
|
||||
}
|
||||
|
||||
func ExampleService_VerifyByName() {
|
||||
_ = (*Service).VerifyByName
|
||||
}
|
||||
|
||||
func ExampleService_VerifyByString() {
|
||||
_ = (*Service).VerifyByString
|
||||
}
|
||||
|
||||
func ExampleService_VerifyName() {
|
||||
_ = (*Service).VerifyName
|
||||
}
|
||||
|
||||
func ExampleService_VerifyString() {
|
||||
_ = (*Service).VerifyString
|
||||
}
|
||||
|
||||
func ExampleTXTRecord_FromJSON() {
|
||||
_ = (*TXTRecord).FromJSON
|
||||
}
|
||||
|
||||
func ExampleTXTRecord_GetEntries() {
|
||||
_ = (*TXTRecord).GetEntries
|
||||
}
|
||||
|
||||
func ExampleTXTRecord_GetJSON() {
|
||||
_ = (*TXTRecord).GetJSON
|
||||
}
|
||||
|
||||
func ExampleTXTRecord_GetSize() {
|
||||
_ = (*TXTRecord).GetSize
|
||||
}
|
||||
|
||||
func ExampleTXTRecord_GetType() {
|
||||
_ = (*TXTRecord).GetType
|
||||
}
|
||||
|
||||
func ExampleTXTRecord_Type() {
|
||||
_ = (*TXTRecord).Type
|
||||
}
|
||||
|
||||
func ExampleVerify() {
|
||||
_ = Verify
|
||||
}
|
||||
|
||||
func ExampleVerifyBinary() {
|
||||
_ = VerifyBinary
|
||||
}
|
||||
|
||||
func ExampleVerifyByBinary() {
|
||||
_ = VerifyByBinary
|
||||
}
|
||||
|
||||
func ExampleVerifyByName() {
|
||||
_ = VerifyByName
|
||||
}
|
||||
|
||||
func ExampleVerifyByString() {
|
||||
_ = VerifyByString
|
||||
}
|
||||
|
||||
func ExampleVerifyName() {
|
||||
_ = VerifyName
|
||||
}
|
||||
|
||||
func ExampleWithCore() {
|
||||
_ = WithCore
|
||||
}
|
||||
699
pkg/primitives/zz_codex_examples_example_test.go
Normal file
699
pkg/primitives/zz_codex_examples_example_test.go
Normal file
|
|
@ -0,0 +1,699 @@
|
|||
package primitives
|
||||
|
||||
// Code generated by Codex. DO NOT EDIT.
|
||||
|
||||
func ExampleAddress_Clone() {
|
||||
_ = (*Address).Clone
|
||||
}
|
||||
|
||||
func ExampleAddress_Compare() {
|
||||
_ = (*Address).Compare
|
||||
}
|
||||
|
||||
func ExampleAddress_Equals() {
|
||||
_ = (*Address).Equals
|
||||
}
|
||||
|
||||
func ExampleAddress_GetSize() {
|
||||
_ = (*Address).GetSize
|
||||
}
|
||||
|
||||
func ExampleAddress_Inject() {
|
||||
_ = (*Address).Inject
|
||||
}
|
||||
|
||||
func ExampleAddress_IsNull() {
|
||||
_ = (*Address).IsNull
|
||||
}
|
||||
|
||||
func ExampleAddress_IsNulldata() {
|
||||
_ = (*Address).IsNulldata
|
||||
}
|
||||
|
||||
func ExampleAddress_IsPubkeyHash() {
|
||||
_ = (*Address).IsPubkeyHash
|
||||
}
|
||||
|
||||
func ExampleAddress_IsScripthash() {
|
||||
_ = (*Address).IsScripthash
|
||||
}
|
||||
|
||||
func ExampleAddress_IsUnknown() {
|
||||
_ = (*Address).IsUnknown
|
||||
}
|
||||
|
||||
func ExampleAddress_IsUnspendable() {
|
||||
_ = (*Address).IsUnspendable
|
||||
}
|
||||
|
||||
func ExampleAddress_IsValid() {
|
||||
_ = (*Address).IsValid
|
||||
}
|
||||
|
||||
func ExampleClaim_Clone() {
|
||||
_ = (*Claim).Clone
|
||||
}
|
||||
|
||||
func ExampleClaim_FromBlob() {
|
||||
_ = (*Claim).FromBlob
|
||||
}
|
||||
|
||||
func ExampleClaim_GetBlob() {
|
||||
_ = (*Claim).GetBlob
|
||||
}
|
||||
|
||||
func ExampleClaim_GetFromBlob() {
|
||||
_ = (*Claim).GetFromBlob
|
||||
}
|
||||
|
||||
func ExampleClaim_GetHash() {
|
||||
_ = (*Claim).GetHash
|
||||
}
|
||||
|
||||
func ExampleClaim_GetHashHex() {
|
||||
_ = (*Claim).GetHashHex
|
||||
}
|
||||
|
||||
func ExampleClaim_GetSize() {
|
||||
_ = (*Claim).GetSize
|
||||
}
|
||||
|
||||
func ExampleClaim_GetToBlob() {
|
||||
_ = (*Claim).GetToBlob
|
||||
}
|
||||
|
||||
func ExampleClaim_GetToInv() {
|
||||
_ = (*Claim).GetToInv
|
||||
}
|
||||
|
||||
func ExampleClaim_GetVirtualSize() {
|
||||
_ = (*Claim).GetVirtualSize
|
||||
}
|
||||
|
||||
func ExampleClaim_GetWeight() {
|
||||
_ = (*Claim).GetWeight
|
||||
}
|
||||
|
||||
func ExampleClaim_Hash() {
|
||||
_ = (*Claim).Hash
|
||||
}
|
||||
|
||||
func ExampleClaim_HashHex() {
|
||||
_ = (*Claim).HashHex
|
||||
}
|
||||
|
||||
func ExampleClaim_MarshalBinary() {
|
||||
_ = (*Claim).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleClaim_Refresh() {
|
||||
_ = (*Claim).Refresh
|
||||
}
|
||||
|
||||
func ExampleClaim_ToBlob() {
|
||||
_ = (*Claim).ToBlob
|
||||
}
|
||||
|
||||
func ExampleClaim_ToInv() {
|
||||
_ = (*Claim).ToInv
|
||||
}
|
||||
|
||||
func ExampleClaim_UnmarshalBinary() {
|
||||
_ = (*Claim).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleClaim_VirtualSize() {
|
||||
_ = (*Claim).VirtualSize
|
||||
}
|
||||
|
||||
func ExampleClaim_Weight() {
|
||||
_ = (*Claim).Weight
|
||||
}
|
||||
|
||||
func ExampleCovenant_Clone() {
|
||||
_ = (*Covenant).Clone
|
||||
}
|
||||
|
||||
func ExampleCovenant_FromArray() {
|
||||
_ = (*Covenant).FromArray
|
||||
}
|
||||
|
||||
func ExampleCovenant_FromJSON() {
|
||||
_ = (*Covenant).FromJSON
|
||||
}
|
||||
|
||||
func ExampleCovenant_Get() {
|
||||
_ = (*Covenant).Get
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetHash() {
|
||||
_ = (*Covenant).GetHash
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetJSON() {
|
||||
_ = (*Covenant).GetJSON
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetSize() {
|
||||
_ = (*Covenant).GetSize
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetString() {
|
||||
_ = (*Covenant).GetString
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetU32() {
|
||||
_ = (*Covenant).GetU32
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetU8() {
|
||||
_ = (*Covenant).GetU8
|
||||
}
|
||||
|
||||
func ExampleCovenant_GetVarSize() {
|
||||
_ = (*Covenant).GetVarSize
|
||||
}
|
||||
|
||||
func ExampleCovenant_IndexOf() {
|
||||
_ = (*Covenant).IndexOf
|
||||
}
|
||||
|
||||
func ExampleCovenant_Inject() {
|
||||
_ = (*Covenant).Inject
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsBid() {
|
||||
_ = (*Covenant).IsBid
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsClaim() {
|
||||
_ = (*Covenant).IsClaim
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsDustworthy() {
|
||||
_ = (*Covenant).IsDustworthy
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsFinalize() {
|
||||
_ = (*Covenant).IsFinalize
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsKnown() {
|
||||
_ = (*Covenant).IsKnown
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsLinked() {
|
||||
_ = (*Covenant).IsLinked
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsName() {
|
||||
_ = (*Covenant).IsName
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsNone() {
|
||||
_ = (*Covenant).IsNone
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsNonspendable() {
|
||||
_ = (*Covenant).IsNonspendable
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsOpen() {
|
||||
_ = (*Covenant).IsOpen
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsRedeem() {
|
||||
_ = (*Covenant).IsRedeem
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsRegister() {
|
||||
_ = (*Covenant).IsRegister
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsRenew() {
|
||||
_ = (*Covenant).IsRenew
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsReveal() {
|
||||
_ = (*Covenant).IsReveal
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsRevoke() {
|
||||
_ = (*Covenant).IsRevoke
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsTransfer() {
|
||||
_ = (*Covenant).IsTransfer
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsUnknown() {
|
||||
_ = (*Covenant).IsUnknown
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsUnspendable() {
|
||||
_ = (*Covenant).IsUnspendable
|
||||
}
|
||||
|
||||
func ExampleCovenant_IsUpdate() {
|
||||
_ = (*Covenant).IsUpdate
|
||||
}
|
||||
|
||||
func ExampleCovenant_Len() {
|
||||
_ = (*Covenant).Len
|
||||
}
|
||||
|
||||
func ExampleCovenant_MarshalBinary() {
|
||||
_ = (*Covenant).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleCovenant_Push() {
|
||||
_ = (*Covenant).Push
|
||||
}
|
||||
|
||||
func ExampleCovenant_PushHash() {
|
||||
_ = (*Covenant).PushHash
|
||||
}
|
||||
|
||||
func ExampleCovenant_PushString() {
|
||||
_ = (*Covenant).PushString
|
||||
}
|
||||
|
||||
func ExampleCovenant_PushU32() {
|
||||
_ = (*Covenant).PushU32
|
||||
}
|
||||
|
||||
func ExampleCovenant_PushU8() {
|
||||
_ = (*Covenant).PushU8
|
||||
}
|
||||
|
||||
func ExampleCovenant_Set() {
|
||||
_ = (*Covenant).Set
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetBid() {
|
||||
_ = (*Covenant).SetBid
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetClaim() {
|
||||
_ = (*Covenant).SetClaim
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetFinalize() {
|
||||
_ = (*Covenant).SetFinalize
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetNone() {
|
||||
_ = (*Covenant).SetNone
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetOpen() {
|
||||
_ = (*Covenant).SetOpen
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetRedeem() {
|
||||
_ = (*Covenant).SetRedeem
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetRegister() {
|
||||
_ = (*Covenant).SetRegister
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetRenew() {
|
||||
_ = (*Covenant).SetRenew
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetReveal() {
|
||||
_ = (*Covenant).SetReveal
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetRevoke() {
|
||||
_ = (*Covenant).SetRevoke
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetTransfer() {
|
||||
_ = (*Covenant).SetTransfer
|
||||
}
|
||||
|
||||
func ExampleCovenant_SetUpdate() {
|
||||
_ = (*Covenant).SetUpdate
|
||||
}
|
||||
|
||||
func ExampleCovenant_ToArray() {
|
||||
_ = (*Covenant).ToArray
|
||||
}
|
||||
|
||||
func ExampleCovenant_UnmarshalBinary() {
|
||||
_ = (*Covenant).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleGetNewClaim() {
|
||||
_ = GetNewClaim
|
||||
}
|
||||
|
||||
func ExampleGetNewInvItem() {
|
||||
_ = GetNewInvItem
|
||||
}
|
||||
|
||||
func ExampleInput_IsCoinbase() {
|
||||
_ = (*Input).IsCoinbase
|
||||
}
|
||||
|
||||
func ExampleInput_IsFinal() {
|
||||
_ = (*Input).IsFinal
|
||||
}
|
||||
|
||||
func ExampleInvItem_GetSize() {
|
||||
_ = (*InvItem).GetSize
|
||||
}
|
||||
|
||||
func ExampleInvItem_IsAirdrop() {
|
||||
_ = (*InvItem).IsAirdrop
|
||||
}
|
||||
|
||||
func ExampleInvItem_IsBlock() {
|
||||
_ = (*InvItem).IsBlock
|
||||
}
|
||||
|
||||
func ExampleInvItem_IsClaim() {
|
||||
_ = (*InvItem).IsClaim
|
||||
}
|
||||
|
||||
func ExampleInvItem_IsTX() {
|
||||
_ = (*InvItem).IsTX
|
||||
}
|
||||
|
||||
func ExampleInvItem_MarshalBinary() {
|
||||
_ = (*InvItem).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleInvItem_UnmarshalBinary() {
|
||||
_ = (*InvItem).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameDelta_Clear() {
|
||||
_ = (*NameDelta).Clear
|
||||
}
|
||||
|
||||
func ExampleNameDelta_Clone() {
|
||||
_ = (*NameDelta).Clone
|
||||
}
|
||||
|
||||
func ExampleNameDelta_GetField() {
|
||||
_ = (*NameDelta).GetField
|
||||
}
|
||||
|
||||
func ExampleNameDelta_GetSize() {
|
||||
_ = (*NameDelta).GetSize
|
||||
}
|
||||
|
||||
func ExampleNameDelta_Inject() {
|
||||
_ = (*NameDelta).Inject
|
||||
}
|
||||
|
||||
func ExampleNameDelta_IsNull() {
|
||||
_ = (*NameDelta).IsNull
|
||||
}
|
||||
|
||||
func ExampleNameDelta_MarshalBinary() {
|
||||
_ = (*NameDelta).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameDelta_UnmarshalBinary() {
|
||||
_ = (*NameDelta).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameStateStatus_String() {
|
||||
_ = (*NameStateStatus).String
|
||||
}
|
||||
|
||||
func ExampleNameState_ApplyState() {
|
||||
_ = (*NameState).ApplyState
|
||||
}
|
||||
|
||||
func ExampleNameState_Clear() {
|
||||
_ = (*NameState).Clear
|
||||
}
|
||||
|
||||
func ExampleNameState_Clone() {
|
||||
_ = (*NameState).Clone
|
||||
}
|
||||
|
||||
func ExampleNameState_Delta() {
|
||||
_ = (*NameState).Delta
|
||||
}
|
||||
|
||||
func ExampleNameState_Format() {
|
||||
_ = (*NameState).Format
|
||||
}
|
||||
|
||||
func ExampleNameState_FromJSON() {
|
||||
_ = (*NameState).FromJSON
|
||||
}
|
||||
|
||||
func ExampleNameState_GetApplyState() {
|
||||
_ = (*NameState).GetApplyState
|
||||
}
|
||||
|
||||
func ExampleNameState_GetClear() {
|
||||
_ = (*NameState).GetClear
|
||||
}
|
||||
|
||||
func ExampleNameState_GetClone() {
|
||||
_ = (*NameState).GetClone
|
||||
}
|
||||
|
||||
func ExampleNameState_GetDelta() {
|
||||
_ = (*NameState).GetDelta
|
||||
}
|
||||
|
||||
func ExampleNameState_GetFormat() {
|
||||
_ = (*NameState).GetFormat
|
||||
}
|
||||
|
||||
func ExampleNameState_GetFromJSON() {
|
||||
_ = (*NameState).GetFromJSON
|
||||
}
|
||||
|
||||
func ExampleNameState_GetHasDelta() {
|
||||
_ = (*NameState).GetHasDelta
|
||||
}
|
||||
|
||||
func ExampleNameState_GetInject() {
|
||||
_ = (*NameState).GetInject
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsBidding() {
|
||||
_ = (*NameState).GetIsBidding
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsClaimable() {
|
||||
_ = (*NameState).GetIsClaimable
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsClosed() {
|
||||
_ = (*NameState).GetIsClosed
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsExpired() {
|
||||
_ = (*NameState).GetIsExpired
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsLocked() {
|
||||
_ = (*NameState).GetIsLocked
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsNull() {
|
||||
_ = (*NameState).GetIsNull
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsOpening() {
|
||||
_ = (*NameState).GetIsOpening
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsRedeemable() {
|
||||
_ = (*NameState).GetIsRedeemable
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsReveal() {
|
||||
_ = (*NameState).GetIsReveal
|
||||
}
|
||||
|
||||
func ExampleNameState_GetIsRevoked() {
|
||||
_ = (*NameState).GetIsRevoked
|
||||
}
|
||||
|
||||
func ExampleNameState_GetJSON() {
|
||||
_ = (*NameState).GetJSON
|
||||
}
|
||||
|
||||
func ExampleNameState_GetMaybeExpire() {
|
||||
_ = (*NameState).GetMaybeExpire
|
||||
}
|
||||
|
||||
func ExampleNameState_GetReset() {
|
||||
_ = (*NameState).GetReset
|
||||
}
|
||||
|
||||
func ExampleNameState_GetSet() {
|
||||
_ = (*NameState).GetSet
|
||||
}
|
||||
|
||||
func ExampleNameState_GetSize() {
|
||||
_ = (*NameState).GetSize
|
||||
}
|
||||
|
||||
func ExampleNameState_GetState() {
|
||||
_ = (*NameState).GetState
|
||||
}
|
||||
|
||||
func ExampleNameState_GetToStats() {
|
||||
_ = (*NameState).GetToStats
|
||||
}
|
||||
|
||||
func ExampleNameState_HasDelta() {
|
||||
_ = (*NameState).HasDelta
|
||||
}
|
||||
|
||||
func ExampleNameState_Inject() {
|
||||
_ = (*NameState).Inject
|
||||
}
|
||||
|
||||
func ExampleNameState_IsBidding() {
|
||||
_ = (*NameState).IsBidding
|
||||
}
|
||||
|
||||
func ExampleNameState_IsClaimable() {
|
||||
_ = (*NameState).IsClaimable
|
||||
}
|
||||
|
||||
func ExampleNameState_IsClosed() {
|
||||
_ = (*NameState).IsClosed
|
||||
}
|
||||
|
||||
func ExampleNameState_IsExpired() {
|
||||
_ = (*NameState).IsExpired
|
||||
}
|
||||
|
||||
func ExampleNameState_IsLocked() {
|
||||
_ = (*NameState).IsLocked
|
||||
}
|
||||
|
||||
func ExampleNameState_IsNull() {
|
||||
_ = (*NameState).IsNull
|
||||
}
|
||||
|
||||
func ExampleNameState_IsOpening() {
|
||||
_ = (*NameState).IsOpening
|
||||
}
|
||||
|
||||
func ExampleNameState_IsRedeemable() {
|
||||
_ = (*NameState).IsRedeemable
|
||||
}
|
||||
|
||||
func ExampleNameState_IsReveal() {
|
||||
_ = (*NameState).IsReveal
|
||||
}
|
||||
|
||||
func ExampleNameState_IsRevoked() {
|
||||
_ = (*NameState).IsRevoked
|
||||
}
|
||||
|
||||
func ExampleNameState_MarshalBinary() {
|
||||
_ = (*NameState).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameState_MaybeExpire() {
|
||||
_ = (*NameState).MaybeExpire
|
||||
}
|
||||
|
||||
func ExampleNameState_Reset() {
|
||||
_ = (*NameState).Reset
|
||||
}
|
||||
|
||||
func ExampleNameState_Set() {
|
||||
_ = (*NameState).Set
|
||||
}
|
||||
|
||||
func ExampleNameState_State() {
|
||||
_ = (*NameState).State
|
||||
}
|
||||
|
||||
func ExampleNameState_ToStats() {
|
||||
_ = (*NameState).ToStats
|
||||
}
|
||||
|
||||
func ExampleNameState_UnmarshalBinary() {
|
||||
_ = (*NameState).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameUndo_FromView() {
|
||||
_ = (*NameUndo).FromView
|
||||
}
|
||||
|
||||
func ExampleNameUndo_GetSize() {
|
||||
_ = (*NameUndo).GetSize
|
||||
}
|
||||
|
||||
func ExampleNameUndo_MarshalBinary() {
|
||||
_ = (*NameUndo).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameUndo_UnmarshalBinary() {
|
||||
_ = (*NameUndo).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleNameView_GetNameState() {
|
||||
_ = (*NameView).GetNameState
|
||||
}
|
||||
|
||||
func ExampleNameView_GetNameStateSync() {
|
||||
_ = (*NameView).GetNameStateSync
|
||||
}
|
||||
|
||||
func ExampleNameView_ToNameUndo() {
|
||||
_ = (*NameView).ToNameUndo
|
||||
}
|
||||
|
||||
func ExampleOutpoint_Clone() {
|
||||
_ = (*Outpoint).Clone
|
||||
}
|
||||
|
||||
func ExampleOutpoint_Compare() {
|
||||
_ = (*Outpoint).Compare
|
||||
}
|
||||
|
||||
func ExampleOutpoint_Equals() {
|
||||
_ = (*Outpoint).Equals
|
||||
}
|
||||
|
||||
func ExampleOutpoint_FromJSON() {
|
||||
_ = (*Outpoint).FromJSON
|
||||
}
|
||||
|
||||
func ExampleOutpoint_GetJSON() {
|
||||
_ = (*Outpoint).GetJSON
|
||||
}
|
||||
|
||||
func ExampleOutpoint_GetSize() {
|
||||
_ = (*Outpoint).GetSize
|
||||
}
|
||||
|
||||
func ExampleOutpoint_Inject() {
|
||||
_ = (*Outpoint).Inject
|
||||
}
|
||||
|
||||
func ExampleOutpoint_IsNull() {
|
||||
_ = (*Outpoint).IsNull
|
||||
}
|
||||
|
||||
func ExampleOutpoint_MarshalBinary() {
|
||||
_ = (*Outpoint).MarshalBinary
|
||||
}
|
||||
|
||||
func ExampleOutpoint_UnmarshalBinary() {
|
||||
_ = (*Outpoint).UnmarshalBinary
|
||||
}
|
||||
|
||||
func ExampleOutput_IsUnspendable() {
|
||||
_ = (*Output).IsUnspendable
|
||||
}
|
||||
1959
zz_codex_examples_example_test.go
Normal file
1959
zz_codex_examples_example_test.go
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue