Documentation ¶
Index ¶
- func AppendAttributes(sb *strings.Builder, attributes ...string) (string, error)
- func AppendAttributesOrPanic(sb *strings.Builder, attributes ...string) string
- func CreateCompositeKey(sb *strings.Builder, objectType string, attributes ...string) (string, error)
- func CreateCompositeKeyOrPanic(sb *strings.Builder, objectType string, attributes ...string) string
- func CreateTxTopic(networkName, channelName, txID string) (*strings.Builder, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendAttributes ¶
AppendAttributes appends the attributes to the end of the given string builder.
func AppendAttributesOrPanic ¶
AppendAttributesOrPanic appends the attributes to the end of the given string builder. It panics if the attributes are invalid.
func CreateCompositeKey ¶
func CreateCompositeKey(sb *strings.Builder, objectType string, attributes ...string) (string, error)
CreateCompositeKey creates a composite key in the given string builder.
func CreateCompositeKeyOrPanic ¶
CreateCompositeKeyOrPanic creates a composite key in the given string builder. It panics if the attributes are invalid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.