common

package
v0.0.0-...-b9d476e Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CodeWriter

type CodeWriter struct {
	Writer io.Writer
	Tab    string
	// contains filtered or unexported fields
}

func (*CodeWriter) CommonLine

func (w *CodeWriter) CommonLine()

func (*CodeWriter) Dedent

func (w *CodeWriter) Dedent()

func (*CodeWriter) Indent

func (w *CodeWriter) Indent()

func (*CodeWriter) Write

func (w *CodeWriter) Write(data string)

type CommonConfig

type CommonConfig struct {
	RootType string
}

func (*CommonConfig) Common

func (c *CommonConfig) Common() *CommonConfig

type IConfig

type IConfig interface {
	Common() *CommonConfig
}

type TypeDesc

type TypeDesc struct {
	Path         []string
	RenderedName string
	Type         *schemas.Type
}

Jump to

Keyboard shortcuts

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