package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Aug 4, 2024
License: CC0-1.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New inspects a string and converts to T if it is
valid. Invalid means length == 0 or length > 64.
func (si *T) IsValid() bool
IsValid returns true if the subscription id is between 1 and 64 characters.
Invalid means too long or not present.
func (si *T) MarshalJSON(dst B) (b B, err error)
func (si *T) UnmarshalJSON(b B) (r B, err error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.