Documentation ¶
Overview ¶
Package ydbtypes provides tools for integration ydb types with go/types package. It is intended primarily for writing generation tools and linters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoTypeFromPrimitiveType ¶
func GoTypeFromPrimitiveType(t internal.PrimitiveType) types.Type
func PrimitiveTypeFromGoType ¶
func PrimitiveTypeFromGoType(typ types.Type) (t internal.PrimitiveType, err error)
func PrimitiveTypeFromString ¶
func PrimitiveTypeFromString(s string) (t internal.PrimitiveType, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.