package
Version:
v0.0.0-...-524e7de
Opens a new window with list of versions in this module.
Published: Oct 8, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Orgs []Org `json:"orgs"`
Profiles []Profile `json:"profiles"`
}
Data - holds organizations and profiles to add/update
type Org struct {
Name string `json:"name"`
LastModified time.Time `json:"last_modified"`
}
Org - single organization name and last modified date
type Profile struct {
UUID string `json:"uuid"`
LastModified time.Time `json:"last_modified"`
Op string `json:"op"`
}
Profile - single add/update data
Source Files
¶
Click to show internal directories.
Click to hide internal directories.