mypkg

package
v0.0.0-...-52cbd5f Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMyTransformer

func NewMyTransformer() *myTransformer

Expose our DataProcessor for clients to use

func Query

func Query(minId int) string

Types

type ReceivedData

type ReceivedData struct {
	ID int `json:"id,omitempty"`
}

type TransformedData

type TransformedData struct {
	UserID       int    `json:"user_id,omitempty"`
	SomeNewField string `json:"some_new_field"`
}

Jump to

Keyboard shortcuts

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