MCPcopy
hub / github.com/larksuite/cli / String

Method String

internal/credential/types.go:108–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106)
107
108func (t TokenType) String() string { return string(t) }
109
110// ParseTokenType converts a string to TokenType.
111func ParseTokenType(s string) (TokenType, bool) {

Calls

no outgoing calls