coredata

package
v0.0.0-...-4518a5d Latest Latest
Warning

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

Go to latest
Published: May 17, 2019 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LookupRequestData

type LookupRequestData struct {

	//LovID ID of lookup
	LovID string `json:"lovId"`
	//Version version to search. for check status of lookup
	Version string `json:"Version"`

	//FilteredCodes codes to be filtered from search
	FilteredCodes []string
}

LookupRequestData param for lookup request

type LookupRequestResultWrapper

type LookupRequestResultWrapper struct {
	//LookupID id of lookuo
	LookupID string `json:"loookupId"`
	//flag is lookup data still up to date
	StillUptodate bool `json:"stillUptodate"`
	//LookupData lookup data
	LookupData *coremodel.LookupHeader `json:"lookupData"`
}

LookupRequestResultWrapper wrapper lookup + still up to date state

Jump to

Keyboard shortcuts

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