affiliation

package
v0.0.0-...-524e7de Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2020 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 Data

type Data struct {
	Orgs     []Org     `json:"orgs"`
	Profiles []Profile `json:"profiles"`
}

Data - holds organizations and profiles to add/update

type Org

type Org struct {
	Name         string    `json:"name"`
	LastModified time.Time `json:"last_modified"`
}

Org - single organization name and last modified date

type Profile

type Profile struct {
	UUID         string    `json:"uuid"`
	LastModified time.Time `json:"last_modified"`
	Op           string    `json:"op"`
}

Profile - single add/update data

Jump to

Keyboard shortcuts

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