strugenlib

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	Types   []string
	TagName string
}

func (*Generator) FindStructs

func (g *Generator) FindStructs() (map[string]Struct, string, error)

type Struct

type Struct struct {
	Name   string
	Fields map[string]StructField
}

type StructField

type StructField struct {
	Name     string
	Exported string
	Tagged   bool
	TagValue string
	Type     string
}

Jump to

Keyboard shortcuts

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