go-lns/zz_codex_examples_example_test.go
Virgil 99226c9aef test(docs): add missing example stubs
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 09:37:34 +00:00

1959 lines
31 KiB
Go

package lns
// Code generated by Codex. DO NOT EDIT.
func ExampleAddNames() {
_ = AddNames
}
func ExampleBlind() {
_ = Blind
}
func ExampleCountOpens() {
_ = CountOpens
}
func ExampleCountRenewals() {
_ = CountRenewals
}
func ExampleCountUpdates() {
_ = CountUpdates
}
func ExampleCreate() {
_ = Create
}
func ExampleDecodeResource() {
_ = DecodeResource
}
func ExampleDefaultLockedCatalog() {
_ = DefaultLockedCatalog
}
func ExampleDefaultReservedCatalog() {
_ = DefaultReservedCatalog
}
func ExampleGetAddNames() {
_ = GetAddNames
}
func ExampleGetBlacklist() {
_ = GetBlacklist
}
func ExampleGetBlind() {
_ = GetBlind
}
func ExampleGetCountOpens() {
_ = GetCountOpens
}
func ExampleGetCountRenewals() {
_ = GetCountRenewals
}
func ExampleGetCountUpdates() {
_ = GetCountUpdates
}
func ExampleGetCovenantMaxSize() {
_ = GetCovenantMaxSize
}
func ExampleGetCreate() {
_ = GetCreate
}
func ExampleGetDecodeResource() {
_ = GetDecodeResource
}
func ExampleGetDefaultLockedCatalog() {
_ = GetDefaultLockedCatalog
}
func ExampleGetDefaultReservedCatalog() {
_ = GetDefaultReservedCatalog
}
func ExampleGetDefaultTTL() {
_ = GetDefaultTTL
}
func ExampleGetDummy() {
_ = GetDummy
}
func ExampleGetGrindName() {
_ = GetGrindName
}
func ExampleGetHSTypes() {
_ = GetHSTypes
}
func ExampleGetHSTypesByVal() {
_ = GetHSTypesByVal
}
func ExampleGetHasLocked() {
_ = GetHasLocked
}
func ExampleGetHasLockedBinary() {
_ = GetHasLockedBinary
}
func ExampleGetHasLockedByBinary() {
_ = GetHasLockedByBinary
}
func ExampleGetHasLockedByHash() {
_ = GetHasLockedByHash
}
func ExampleGetHasLockedByName() {
_ = GetHasLockedByName
}
func ExampleGetHasLockedByString() {
_ = GetHasLockedByString
}
func ExampleGetHasLockedCatalog() {
_ = GetHasLockedCatalog
}
func ExampleGetHasLockedHash() {
_ = GetHasLockedHash
}
func ExampleGetHasLockedName() {
_ = GetHasLockedName
}
func ExampleGetHasLockedString() {
_ = GetHasLockedString
}
func ExampleGetHasLookupCatalogName() {
_ = GetHasLookupCatalogName[any]
}
func ExampleGetHasNames() {
_ = GetHasNames
}
func ExampleGetHasReserved() {
_ = GetHasReserved
}
func ExampleGetHasReservedBinary() {
_ = GetHasReservedBinary
}
func ExampleGetHasReservedByBinary() {
_ = GetHasReservedByBinary
}
func ExampleGetHasReservedByHash() {
_ = GetHasReservedByHash
}
func ExampleGetHasReservedByName() {
_ = GetHasReservedByName
}
func ExampleGetHasReservedByString() {
_ = GetHasReservedByString
}
func ExampleGetHasReservedCatalog() {
_ = GetHasReservedCatalog
}
func ExampleGetHasReservedHash() {
_ = GetHasReservedHash
}
func ExampleGetHasReservedName() {
_ = GetHasReservedName
}
func ExampleGetHasReservedString() {
_ = GetHasReservedString
}
func ExampleGetHasRollout() {
_ = GetHasRollout
}
func ExampleGetHasSaneCovenants() {
_ = GetHasSaneCovenants
}
func ExampleGetHash() {
_ = GetHash
}
func ExampleGetHashBinary() {
_ = GetHashBinary
}
func ExampleGetHashByBinary() {
_ = GetHashByBinary
}
func ExampleGetHashByName() {
_ = GetHashByName
}
func ExampleGetHashByString() {
_ = GetHashByString
}
func ExampleGetHashName() {
_ = GetHashName
}
func ExampleGetHashString() {
_ = GetHashString
}
func ExampleGetIsKnown() {
_ = GetIsKnown
}
func ExampleGetIsLinked() {
_ = GetIsLinked
}
func ExampleGetIsLockedUp() {
_ = GetIsLockedUp
}
func ExampleGetIsName() {
_ = GetIsName
}
func ExampleGetIsReserved() {
_ = GetIsReserved
}
func ExampleGetLocked() {
_ = GetLocked
}
func ExampleGetLockedBinary() {
_ = GetLockedBinary
}
func ExampleGetLockedByBinary() {
_ = GetLockedByBinary
}
func ExampleGetLockedByHash() {
_ = GetLockedByHash
}
func ExampleGetLockedByName() {
_ = GetLockedByName
}
func ExampleGetLockedByString() {
_ = GetLockedByString
}
func ExampleGetLockedCatalog() {
_ = GetLockedCatalog
}
func ExampleGetLockedEntries() {
_ = GetLockedEntries
}
func ExampleGetLockedHash() {
_ = GetLockedHash
}
func ExampleGetLockedKeys() {
_ = GetLockedKeys
}
func ExampleGetLockedName() {
_ = GetLockedName
}
func ExampleGetLockedPrefixSize() {
_ = GetLockedPrefixSize
}
func ExampleGetLockedSize() {
_ = GetLockedSize
}
func ExampleGetLockedString() {
_ = GetLockedString
}
func ExampleGetLockedValues() {
_ = GetLockedValues
}
func ExampleGetLookupCatalogName() {
_ = GetLookupCatalogName[any]
}
func ExampleGetMandatoryVerifyCovenantFlags() {
_ = GetMandatoryVerifyCovenantFlags
}
func ExampleGetMaxCovenantSize() {
_ = GetMaxCovenantSize
}
func ExampleGetMaxNameSize() {
_ = GetMaxNameSize
}
func ExampleGetMaxResourceSize() {
_ = GetMaxResourceSize
}
func ExampleGetNameValue() {
_ = GetNameValue
}
func ExampleGetNewClaim() {
_ = GetNewClaim
}
func ExampleGetNewInvItem() {
_ = GetNewInvItem
}
func ExampleGetNewNameView() {
_ = GetNewNameView
}
func ExampleGetNewOutpoint() {
_ = GetNewOutpoint
}
func ExampleGetNewResource() {
_ = GetNewResource
}
func ExampleGetNewService() {
_ = GetNewService
}
func ExampleGetNewServiceWithOptions() {
_ = GetNewServiceWithOptions
}
func ExampleGetNextName() {
_ = GetNextName
}
func ExampleGetPrefixSize() {
_ = GetPrefixSize
}
func ExampleGetPrevName() {
_ = GetPrevName
}
func ExampleGetRegister() {
_ = GetRegister
}
func ExampleGetRegisterWithOptions() {
_ = GetRegisterWithOptions
}
func ExampleGetRemoveNames() {
_ = GetRemoveNames
}
func ExampleGetReserved() {
_ = GetReserved
}
func ExampleGetReservedBinary() {
_ = GetReservedBinary
}
func ExampleGetReservedByBinary() {
_ = GetReservedByBinary
}
func ExampleGetReservedByHash() {
_ = GetReservedByHash
}
func ExampleGetReservedByName() {
_ = GetReservedByName
}
func ExampleGetReservedByString() {
_ = GetReservedByString
}
func ExampleGetReservedCatalog() {
_ = GetReservedCatalog
}
func ExampleGetReservedEntries() {
_ = GetReservedEntries
}
func ExampleGetReservedHash() {
_ = GetReservedHash
}
func ExampleGetReservedKeys() {
_ = GetReservedKeys
}
func ExampleGetReservedName() {
_ = GetReservedName
}
func ExampleGetReservedNameValue() {
_ = GetReservedNameValue
}
func ExampleGetReservedPrefixSize() {
_ = GetReservedPrefixSize
}
func ExampleGetReservedRootValue() {
_ = GetReservedRootValue
}
func ExampleGetReservedSize() {
_ = GetReservedSize
}
func ExampleGetReservedString() {
_ = GetReservedString
}
func ExampleGetReservedTopValue() {
_ = GetReservedTopValue
}
func ExampleGetReservedValues() {
_ = GetReservedValues
}
func ExampleGetResolve() {
_ = GetResolve
}
func ExampleGetResolveBinary() {
_ = GetResolveBinary
}
func ExampleGetResolveByBinary() {
_ = GetResolveByBinary
}
func ExampleGetResolveByName() {
_ = GetResolveByName
}
func ExampleGetResolveByString() {
_ = GetResolveByString
}
func ExampleGetResolveName() {
_ = GetResolveName
}
func ExampleGetResolveString() {
_ = GetResolveString
}
func ExampleGetRollout() {
_ = GetRollout
}
func ExampleGetRootValue() {
_ = GetRootValue
}
func ExampleGetTopValue() {
_ = GetTopValue
}
func ExampleGetTypeMapA() {
_ = GetTypeMapA
}
func ExampleGetTypeMapAAAA() {
_ = GetTypeMapAAAA
}
func ExampleGetTypeMapEmpty() {
_ = GetTypeMapEmpty
}
func ExampleGetTypeMapNS() {
_ = GetTypeMapNS
}
func ExampleGetTypeMapRoot() {
_ = GetTypeMapRoot
}
func ExampleGetTypeMapTXT() {
_ = GetTypeMapTXT
}
func ExampleGetTypeName() {
_ = GetTypeName
}
func ExampleGetTypes() {
_ = GetTypes
}
func ExampleGetTypesByVal() {
_ = GetTypesByVal
}
func ExampleGetVerificationFlags() {
_ = GetVerificationFlags
}
func ExampleGetVerificationFlagsByVal() {
_ = GetVerificationFlagsByVal
}
func ExampleGetVerify() {
_ = GetVerify
}
func ExampleGetVerifyBinary() {
_ = GetVerifyBinary
}
func ExampleGetVerifyByBinary() {
_ = GetVerifyByBinary
}
func ExampleGetVerifyByName() {
_ = GetVerifyByName
}
func ExampleGetVerifyByString() {
_ = GetVerifyByString
}
func ExampleGetVerifyCovenants() {
_ = GetVerifyCovenants
}
func ExampleGetVerifyCovenantsHardened() {
_ = GetVerifyCovenantsHardened
}
func ExampleGetVerifyCovenantsLockup() {
_ = GetVerifyCovenantsLockup
}
func ExampleGetVerifyCovenantsNone() {
_ = GetVerifyCovenantsNone
}
func ExampleGetVerifyName() {
_ = GetVerifyName
}
func ExampleGetVerifyString() {
_ = GetVerifyString
}
func ExampleGetWithCore() {
_ = GetWithCore
}
func ExampleGetWithLockedCatalog() {
_ = GetWithLockedCatalog
}
func ExampleGetWithReservedCatalog() {
_ = GetWithReservedCatalog
}
func ExampleGrindName() {
_ = GrindName
}
func ExampleHasLocked() {
_ = HasLocked
}
func ExampleHasLockedBinary() {
_ = HasLockedBinary
}
func ExampleHasLockedByBinary() {
_ = HasLockedByBinary
}
func ExampleHasLockedByHash() {
_ = HasLockedByHash
}
func ExampleHasLockedByName() {
_ = HasLockedByName
}
func ExampleHasLockedByString() {
_ = HasLockedByString
}
func ExampleHasLockedCatalog() {
_ = HasLockedCatalog
}
func ExampleHasLockedHash() {
_ = HasLockedHash
}
func ExampleHasLockedName() {
_ = HasLockedName
}
func ExampleHasLockedString() {
_ = HasLockedString
}
func ExampleHasLookupCatalogName() {
_ = HasLookupCatalogName[any]
}
func ExampleHasNames() {
_ = HasNames
}
func ExampleHasReserved() {
_ = HasReserved
}
func ExampleHasReservedBinary() {
_ = HasReservedBinary
}
func ExampleHasReservedByBinary() {
_ = HasReservedByBinary
}
func ExampleHasReservedByHash() {
_ = HasReservedByHash
}
func ExampleHasReservedByName() {
_ = HasReservedByName
}
func ExampleHasReservedByString() {
_ = HasReservedByString
}
func ExampleHasReservedCatalog() {
_ = HasReservedCatalog
}
func ExampleHasReservedHash() {
_ = HasReservedHash
}
func ExampleHasReservedName() {
_ = HasReservedName
}
func ExampleHasReservedString() {
_ = HasReservedString
}
func ExampleHasRollout() {
_ = HasRollout
}
func ExampleHasSaneCovenants() {
_ = HasSaneCovenants
}
func ExampleHash() {
_ = Hash
}
func ExampleHashBinary() {
_ = HashBinary
}
func ExampleHashByBinary() {
_ = HashByBinary
}
func ExampleHashByName() {
_ = HashByName
}
func ExampleHashByString() {
_ = HashByString
}
func ExampleHashName() {
_ = HashName
}
func ExampleHashString() {
_ = HashString
}
func ExampleIsKnown() {
_ = IsKnown
}
func ExampleIsLinked() {
_ = IsLinked
}
func ExampleIsLockedUp() {
_ = IsLockedUp
}
func ExampleIsName() {
_ = IsName
}
func ExampleIsReserved() {
_ = IsReserved
}
func ExampleLockedCatalog() {
_ = LockedCatalog
}
func ExampleLockedEntries() {
_ = LockedEntries
}
func ExampleLockedKeys() {
_ = LockedKeys
}
func ExampleLockedPrefixSize() {
_ = LockedPrefixSize
}
func ExampleLockedSize() {
_ = LockedSize
}
func ExampleLockedValues() {
_ = LockedValues
}
func ExampleLookupCatalogName() {
_ = LookupCatalogName[any]
}
func ExampleNameValue() {
_ = NameValue
}
func ExampleNewClaim() {
_ = NewClaim
}
func ExampleNewInvItem() {
_ = NewInvItem
}
func ExampleNewNameView() {
_ = NewNameView
}
func ExampleNewOutpoint() {
_ = NewOutpoint
}
func ExampleNewResource() {
_ = NewResource
}
func ExampleNewService() {
_ = NewService
}
func ExampleNewServiceWithOptions() {
_ = NewServiceWithOptions
}
func ExampleNextName() {
_ = NextName
}
func ExamplePrefixSize() {
_ = PrefixSize
}
func ExamplePrevName() {
_ = PrevName
}
func ExampleRegister() {
_ = Register
}
func ExampleRegisterWithOptions() {
_ = RegisterWithOptions
}
func ExampleRemoveNames() {
_ = RemoveNames
}
func ExampleReservedCatalog() {
_ = ReservedCatalog
}
func ExampleReservedEntries() {
_ = ReservedEntries
}
func ExampleReservedKeys() {
_ = ReservedKeys
}
func ExampleReservedNameValue() {
_ = ReservedNameValue
}
func ExampleReservedPrefixSize() {
_ = ReservedPrefixSize
}
func ExampleReservedRootValue() {
_ = ReservedRootValue
}
func ExampleReservedSize() {
_ = ReservedSize
}
func ExampleReservedTopValue() {
_ = ReservedTopValue
}
func ExampleReservedValues() {
_ = ReservedValues
}
func ExampleResolve() {
_ = Resolve
}
func ExampleResolveBinary() {
_ = ResolveBinary
}
func ExampleResolveByBinary() {
_ = ResolveByBinary
}
func ExampleResolveByName() {
_ = ResolveByName
}
func ExampleResolveByString() {
_ = ResolveByString
}
func ExampleResolveName() {
_ = ResolveName
}
func ExampleResolveString() {
_ = ResolveString
}
func ExampleRootValue() {
_ = RootValue
}
func ExampleService_AddNames() {
_ = (*Service).AddNames
}
func ExampleService_Blacklist() {
_ = (*Service).Blacklist
}
func ExampleService_Blind() {
_ = (*Service).Blind
}
func ExampleService_Core() {
_ = (*Service).Core
}
func ExampleService_CountOpens() {
_ = (*Service).CountOpens
}
func ExampleService_CountRenewals() {
_ = (*Service).CountRenewals
}
func ExampleService_CountUpdates() {
_ = (*Service).CountUpdates
}
func ExampleService_CovenantMaxSize() {
_ = (*Service).CovenantMaxSize
}
func ExampleService_Create() {
_ = (*Service).Create
}
func ExampleService_DecodeResource() {
_ = (*Service).DecodeResource
}
func ExampleService_DefaultLockedCatalog() {
_ = (*Service).DefaultLockedCatalog
}
func ExampleService_DefaultReservedCatalog() {
_ = (*Service).DefaultReservedCatalog
}
func ExampleService_DefaultTTL() {
_ = (*Service).DefaultTTL
}
func ExampleService_Dummy() {
_ = (*Service).Dummy
}
func ExampleService_GetAddNames() {
_ = (*Service).GetAddNames
}
func ExampleService_GetBlacklist() {
_ = (*Service).GetBlacklist
}
func ExampleService_GetBlind() {
_ = (*Service).GetBlind
}
func ExampleService_GetCore() {
_ = (*Service).GetCore
}
func ExampleService_GetCountOpens() {
_ = (*Service).GetCountOpens
}
func ExampleService_GetCountRenewals() {
_ = (*Service).GetCountRenewals
}
func ExampleService_GetCountUpdates() {
_ = (*Service).GetCountUpdates
}
func ExampleService_GetCovenantMaxSize() {
_ = (*Service).GetCovenantMaxSize
}
func ExampleService_GetCreate() {
_ = (*Service).GetCreate
}
func ExampleService_GetDecodeResource() {
_ = (*Service).GetDecodeResource
}
func ExampleService_GetDefaultLockedCatalog() {
_ = (*Service).GetDefaultLockedCatalog
}
func ExampleService_GetDefaultReservedCatalog() {
_ = (*Service).GetDefaultReservedCatalog
}
func ExampleService_GetDefaultTTL() {
_ = (*Service).GetDefaultTTL
}
func ExampleService_GetDummy() {
_ = (*Service).GetDummy
}
func ExampleService_GetGrindName() {
_ = (*Service).GetGrindName
}
func ExampleService_GetHSTypes() {
_ = (*Service).GetHSTypes
}
func ExampleService_GetHSTypesByVal() {
_ = (*Service).GetHSTypesByVal
}
func ExampleService_GetHandleIPCEvents() {
_ = (*Service).GetHandleIPCEvents
}
func ExampleService_GetHasLocked() {
_ = (*Service).GetHasLocked
}
func ExampleService_GetHasLockedBinary() {
_ = (*Service).GetHasLockedBinary
}
func ExampleService_GetHasLockedByBinary() {
_ = (*Service).GetHasLockedByBinary
}
func ExampleService_GetHasLockedByHash() {
_ = (*Service).GetHasLockedByHash
}
func ExampleService_GetHasLockedByName() {
_ = (*Service).GetHasLockedByName
}
func ExampleService_GetHasLockedByString() {
_ = (*Service).GetHasLockedByString
}
func ExampleService_GetHasLockedCatalog() {
_ = (*Service).GetHasLockedCatalog
}
func ExampleService_GetHasLockedHash() {
_ = (*Service).GetHasLockedHash
}
func ExampleService_GetHasLockedName() {
_ = (*Service).GetHasLockedName
}
func ExampleService_GetHasLockedString() {
_ = (*Service).GetHasLockedString
}
func ExampleService_GetHasLookupCatalogName() {
_ = (*Service).GetHasLookupCatalogName
}
func ExampleService_GetHasNames() {
_ = (*Service).GetHasNames
}
func ExampleService_GetHasReserved() {
_ = (*Service).GetHasReserved
}
func ExampleService_GetHasReservedBinary() {
_ = (*Service).GetHasReservedBinary
}
func ExampleService_GetHasReservedByBinary() {
_ = (*Service).GetHasReservedByBinary
}
func ExampleService_GetHasReservedByHash() {
_ = (*Service).GetHasReservedByHash
}
func ExampleService_GetHasReservedByName() {
_ = (*Service).GetHasReservedByName
}
func ExampleService_GetHasReservedByString() {
_ = (*Service).GetHasReservedByString
}
func ExampleService_GetHasReservedCatalog() {
_ = (*Service).GetHasReservedCatalog
}
func ExampleService_GetHasReservedHash() {
_ = (*Service).GetHasReservedHash
}
func ExampleService_GetHasReservedName() {
_ = (*Service).GetHasReservedName
}
func ExampleService_GetHasReservedString() {
_ = (*Service).GetHasReservedString
}
func ExampleService_GetHasRollout() {
_ = (*Service).GetHasRollout
}
func ExampleService_GetHasSaneCovenants() {
_ = (*Service).GetHasSaneCovenants
}
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_GetIsKnown() {
_ = (*Service).GetIsKnown
}
func ExampleService_GetIsLinked() {
_ = (*Service).GetIsLinked
}
func ExampleService_GetIsLockedUp() {
_ = (*Service).GetIsLockedUp
}
func ExampleService_GetIsName() {
_ = (*Service).GetIsName
}
func ExampleService_GetIsReserved() {
_ = (*Service).GetIsReserved
}
func ExampleService_GetLocked() {
_ = (*Service).GetLocked
}
func ExampleService_GetLockedBinary() {
_ = (*Service).GetLockedBinary
}
func ExampleService_GetLockedByBinary() {
_ = (*Service).GetLockedByBinary
}
func ExampleService_GetLockedByHash() {
_ = (*Service).GetLockedByHash
}
func ExampleService_GetLockedByName() {
_ = (*Service).GetLockedByName
}
func ExampleService_GetLockedByString() {
_ = (*Service).GetLockedByString
}
func ExampleService_GetLockedCatalog() {
_ = (*Service).GetLockedCatalog
}
func ExampleService_GetLockedEntries() {
_ = (*Service).GetLockedEntries
}
func ExampleService_GetLockedHash() {
_ = (*Service).GetLockedHash
}
func ExampleService_GetLockedKeys() {
_ = (*Service).GetLockedKeys
}
func ExampleService_GetLockedName() {
_ = (*Service).GetLockedName
}
func ExampleService_GetLockedPrefixSize() {
_ = (*Service).GetLockedPrefixSize
}
func ExampleService_GetLockedSize() {
_ = (*Service).GetLockedSize
}
func ExampleService_GetLockedString() {
_ = (*Service).GetLockedString
}
func ExampleService_GetLockedValues() {
_ = (*Service).GetLockedValues
}
func ExampleService_GetLookupCatalogName() {
_ = (*Service).GetLookupCatalogName
}
func ExampleService_GetMandatoryVerifyCovenantFlags() {
_ = (*Service).GetMandatoryVerifyCovenantFlags
}
func ExampleService_GetMaxCovenantSize() {
_ = (*Service).GetMaxCovenantSize
}
func ExampleService_GetMaxNameSize() {
_ = (*Service).GetMaxNameSize
}
func ExampleService_GetMaxResourceSize() {
_ = (*Service).GetMaxResourceSize
}
func ExampleService_GetNameValue() {
_ = (*Service).GetNameValue
}
func ExampleService_GetNewClaim() {
_ = (*Service).GetNewClaim
}
func ExampleService_GetNewNameView() {
_ = (*Service).GetNewNameView
}
func ExampleService_GetNewOutpoint() {
_ = (*Service).GetNewOutpoint
}
func ExampleService_GetNewResource() {
_ = (*Service).GetNewResource
}
func ExampleService_GetNextName() {
_ = (*Service).GetNextName
}
func ExampleService_GetOnShutdown() {
_ = (*Service).GetOnShutdown
}
func ExampleService_GetOnStartup() {
_ = (*Service).GetOnStartup
}
func ExampleService_GetPrefixSize() {
_ = (*Service).GetPrefixSize
}
func ExampleService_GetPrevName() {
_ = (*Service).GetPrevName
}
func ExampleService_GetRemoveNames() {
_ = (*Service).GetRemoveNames
}
func ExampleService_GetReserved() {
_ = (*Service).GetReserved
}
func ExampleService_GetReservedBinary() {
_ = (*Service).GetReservedBinary
}
func ExampleService_GetReservedByBinary() {
_ = (*Service).GetReservedByBinary
}
func ExampleService_GetReservedByHash() {
_ = (*Service).GetReservedByHash
}
func ExampleService_GetReservedByName() {
_ = (*Service).GetReservedByName
}
func ExampleService_GetReservedByString() {
_ = (*Service).GetReservedByString
}
func ExampleService_GetReservedCatalog() {
_ = (*Service).GetReservedCatalog
}
func ExampleService_GetReservedEntries() {
_ = (*Service).GetReservedEntries
}
func ExampleService_GetReservedHash() {
_ = (*Service).GetReservedHash
}
func ExampleService_GetReservedKeys() {
_ = (*Service).GetReservedKeys
}
func ExampleService_GetReservedName() {
_ = (*Service).GetReservedName
}
func ExampleService_GetReservedNameValue() {
_ = (*Service).GetReservedNameValue
}
func ExampleService_GetReservedPrefixSize() {
_ = (*Service).GetReservedPrefixSize
}
func ExampleService_GetReservedRootValue() {
_ = (*Service).GetReservedRootValue
}
func ExampleService_GetReservedSize() {
_ = (*Service).GetReservedSize
}
func ExampleService_GetReservedString() {
_ = (*Service).GetReservedString
}
func ExampleService_GetReservedTopValue() {
_ = (*Service).GetReservedTopValue
}
func ExampleService_GetReservedValues() {
_ = (*Service).GetReservedValues
}
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_GetRollout() {
_ = (*Service).GetRollout
}
func ExampleService_GetRootValue() {
_ = (*Service).GetRootValue
}
func ExampleService_GetServiceName() {
_ = (*Service).GetServiceName
}
func ExampleService_GetTopValue() {
_ = (*Service).GetTopValue
}
func ExampleService_GetTypeMapA() {
_ = (*Service).GetTypeMapA
}
func ExampleService_GetTypeMapAAAA() {
_ = (*Service).GetTypeMapAAAA
}
func ExampleService_GetTypeMapEmpty() {
_ = (*Service).GetTypeMapEmpty
}
func ExampleService_GetTypeMapNS() {
_ = (*Service).GetTypeMapNS
}
func ExampleService_GetTypeMapRoot() {
_ = (*Service).GetTypeMapRoot
}
func ExampleService_GetTypeMapTXT() {
_ = (*Service).GetTypeMapTXT
}
func ExampleService_GetTypeName() {
_ = (*Service).GetTypeName
}
func ExampleService_GetTypes() {
_ = (*Service).GetTypes
}
func ExampleService_GetTypesByVal() {
_ = (*Service).GetTypesByVal
}
func ExampleService_GetVerificationFlags() {
_ = (*Service).GetVerificationFlags
}
func ExampleService_GetVerificationFlagsByVal() {
_ = (*Service).GetVerificationFlagsByVal
}
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_GetVerifyCovenants() {
_ = (*Service).GetVerifyCovenants
}
func ExampleService_GetVerifyCovenantsHardened() {
_ = (*Service).GetVerifyCovenantsHardened
}
func ExampleService_GetVerifyCovenantsLockup() {
_ = (*Service).GetVerifyCovenantsLockup
}
func ExampleService_GetVerifyCovenantsNone() {
_ = (*Service).GetVerifyCovenantsNone
}
func ExampleService_GetVerifyName() {
_ = (*Service).GetVerifyName
}
func ExampleService_GetVerifyString() {
_ = (*Service).GetVerifyString
}
func ExampleService_GrindName() {
_ = (*Service).GrindName
}
func ExampleService_HSTypes() {
_ = (*Service).HSTypes
}
func ExampleService_HSTypesByVal() {
_ = (*Service).HSTypesByVal
}
func ExampleService_HandleIPCEvents() {
_ = (*Service).HandleIPCEvents
}
func ExampleService_HasLocked() {
_ = (*Service).HasLocked
}
func ExampleService_HasLockedBinary() {
_ = (*Service).HasLockedBinary
}
func ExampleService_HasLockedByBinary() {
_ = (*Service).HasLockedByBinary
}
func ExampleService_HasLockedByHash() {
_ = (*Service).HasLockedByHash
}
func ExampleService_HasLockedByName() {
_ = (*Service).HasLockedByName
}
func ExampleService_HasLockedByString() {
_ = (*Service).HasLockedByString
}
func ExampleService_HasLockedCatalog() {
_ = (*Service).HasLockedCatalog
}
func ExampleService_HasLockedHash() {
_ = (*Service).HasLockedHash
}
func ExampleService_HasLockedName() {
_ = (*Service).HasLockedName
}
func ExampleService_HasLockedString() {
_ = (*Service).HasLockedString
}
func ExampleService_HasLookupCatalogName() {
_ = (*Service).HasLookupCatalogName
}
func ExampleService_HasNames() {
_ = (*Service).HasNames
}
func ExampleService_HasReserved() {
_ = (*Service).HasReserved
}
func ExampleService_HasReservedBinary() {
_ = (*Service).HasReservedBinary
}
func ExampleService_HasReservedByBinary() {
_ = (*Service).HasReservedByBinary
}
func ExampleService_HasReservedByHash() {
_ = (*Service).HasReservedByHash
}
func ExampleService_HasReservedByName() {
_ = (*Service).HasReservedByName
}
func ExampleService_HasReservedByString() {
_ = (*Service).HasReservedByString
}
func ExampleService_HasReservedCatalog() {
_ = (*Service).HasReservedCatalog
}
func ExampleService_HasReservedHash() {
_ = (*Service).HasReservedHash
}
func ExampleService_HasReservedName() {
_ = (*Service).HasReservedName
}
func ExampleService_HasReservedString() {
_ = (*Service).HasReservedString
}
func ExampleService_HasRollout() {
_ = (*Service).HasRollout
}
func ExampleService_HasSaneCovenants() {
_ = (*Service).HasSaneCovenants
}
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_IsKnown() {
_ = (*Service).IsKnown
}
func ExampleService_IsLinked() {
_ = (*Service).IsLinked
}
func ExampleService_IsLockedUp() {
_ = (*Service).IsLockedUp
}
func ExampleService_IsName() {
_ = (*Service).IsName
}
func ExampleService_IsReserved() {
_ = (*Service).IsReserved
}
func ExampleService_LockedCatalog() {
_ = (*Service).LockedCatalog
}
func ExampleService_LockedEntries() {
_ = (*Service).LockedEntries
}
func ExampleService_LockedKeys() {
_ = (*Service).LockedKeys
}
func ExampleService_LockedPrefixSize() {
_ = (*Service).LockedPrefixSize
}
func ExampleService_LockedSize() {
_ = (*Service).LockedSize
}
func ExampleService_LockedValues() {
_ = (*Service).LockedValues
}
func ExampleService_LookupCatalogName() {
_ = (*Service).LookupCatalogName
}
func ExampleService_MandatoryVerifyCovenantFlags() {
_ = (*Service).MandatoryVerifyCovenantFlags
}
func ExampleService_MaxCovenantSize() {
_ = (*Service).MaxCovenantSize
}
func ExampleService_MaxNameSize() {
_ = (*Service).MaxNameSize
}
func ExampleService_MaxResourceSize() {
_ = (*Service).MaxResourceSize
}
func ExampleService_NameValue() {
_ = (*Service).NameValue
}
func ExampleService_NewClaim() {
_ = (*Service).NewClaim
}
func ExampleService_NewNameView() {
_ = (*Service).NewNameView
}
func ExampleService_NewOutpoint() {
_ = (*Service).NewOutpoint
}
func ExampleService_NewResource() {
_ = (*Service).NewResource
}
func ExampleService_NextName() {
_ = (*Service).NextName
}
func ExampleService_OnShutdown() {
_ = (*Service).OnShutdown
}
func ExampleService_OnStartup() {
_ = (*Service).OnStartup
}
func ExampleService_PrefixSize() {
_ = (*Service).PrefixSize
}
func ExampleService_PrevName() {
_ = (*Service).PrevName
}
func ExampleService_RemoveNames() {
_ = (*Service).RemoveNames
}
func ExampleService_ReservedCatalog() {
_ = (*Service).ReservedCatalog
}
func ExampleService_ReservedEntries() {
_ = (*Service).ReservedEntries
}
func ExampleService_ReservedKeys() {
_ = (*Service).ReservedKeys
}
func ExampleService_ReservedNameValue() {
_ = (*Service).ReservedNameValue
}
func ExampleService_ReservedPrefixSize() {
_ = (*Service).ReservedPrefixSize
}
func ExampleService_ReservedRootValue() {
_ = (*Service).ReservedRootValue
}
func ExampleService_ReservedSize() {
_ = (*Service).ReservedSize
}
func ExampleService_ReservedTopValue() {
_ = (*Service).ReservedTopValue
}
func ExampleService_ReservedValues() {
_ = (*Service).ReservedValues
}
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_RootValue() {
_ = (*Service).RootValue
}
func ExampleService_ServiceName() {
_ = (*Service).ServiceName
}
func ExampleService_TopValue() {
_ = (*Service).TopValue
}
func ExampleService_TypeMapA() {
_ = (*Service).TypeMapA
}
func ExampleService_TypeMapAAAA() {
_ = (*Service).TypeMapAAAA
}
func ExampleService_TypeMapEmpty() {
_ = (*Service).TypeMapEmpty
}
func ExampleService_TypeMapNS() {
_ = (*Service).TypeMapNS
}
func ExampleService_TypeMapRoot() {
_ = (*Service).TypeMapRoot
}
func ExampleService_TypeMapTXT() {
_ = (*Service).TypeMapTXT
}
func ExampleService_TypeName() {
_ = (*Service).TypeName
}
func ExampleService_Types() {
_ = (*Service).Types
}
func ExampleService_TypesByVal() {
_ = (*Service).TypesByVal
}
func ExampleService_VerificationFlags() {
_ = (*Service).VerificationFlags
}
func ExampleService_VerificationFlagsByVal() {
_ = (*Service).VerificationFlagsByVal
}
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_VerifyCovenants() {
_ = (*Service).VerifyCovenants
}
func ExampleService_VerifyCovenantsHardened() {
_ = (*Service).VerifyCovenantsHardened
}
func ExampleService_VerifyCovenantsLockup() {
_ = (*Service).VerifyCovenantsLockup
}
func ExampleService_VerifyCovenantsNone() {
_ = (*Service).VerifyCovenantsNone
}
func ExampleService_VerifyName() {
_ = (*Service).VerifyName
}
func ExampleService_VerifyString() {
_ = (*Service).VerifyString
}
func ExampleTopValue() {
_ = TopValue
}
func ExampleTypeName() {
_ = TypeName
}
func ExampleVerify() {
_ = Verify
}
func ExampleVerifyBinary() {
_ = VerifyBinary
}
func ExampleVerifyByBinary() {
_ = VerifyByBinary
}
func ExampleVerifyByName() {
_ = VerifyByName
}
func ExampleVerifyByString() {
_ = VerifyByString
}
func ExampleVerifyCovenants() {
_ = VerifyCovenants
}
func ExampleVerifyName() {
_ = VerifyName
}
func ExampleVerifyString() {
_ = VerifyString
}
func ExampleWithCore() {
_ = WithCore
}
func ExampleWithLockedCatalog() {
_ = WithLockedCatalog
}
func ExampleWithReservedCatalog() {
_ = WithReservedCatalog
}