shared

package
v0.0.0-...-aa0246c Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2019 License: Apache-2.0 Imports: 0 Imported by: 70

Documentation

Index

Constants

View Source
const (
	Nothing     Feature = 0
	MustDecoder         = 1 << 1
	MustEncoder         = 1 << 2
	MustEncDec          = MustDecoder | MustEncoder
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Feature

type Feature int

type InceptionType

type InceptionType struct {
	Obj     interface{}
	Options StructOptions
}

func (InceptionType) HasFeature

func (i InceptionType) HasFeature(f Feature) bool

type StructOptions

type StructOptions struct {
	SkipDecoder bool
	SkipEncoder bool
}

func (StructOptions) HasFeature

func (s StructOptions) HasFeature(f Feature) bool

Jump to

Keyboard shortcuts

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