structs

package
v0.3.0-alpha4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package struct defines utilities for struct types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MaxFields

func MaxFields(object *cue.Struct, n int) (bool, error)

MaxFields validates the maximum number of fields that are part of a struct.

Only fields that are part of the data model count. This excludes hidden fields, optional fields, and definitions.

func MinFields

func MinFields(object *cue.Struct, n int) (bool, error)

MinFields validates the minimum number of fields that are part of a struct.

Only fields that are part of the data model count. This excludes hidden fields, optional fields, and definitions.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL