package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 11, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreatePartRequest struct {
Name string `json:"part_name"`
}
CreatePartRequest is the expected payload to create a new part.
type TimeMetadata struct {
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt *time.Time `json:"deleted_at,omitempty"`
}
TimeMetadata is the common time metadata fields for all components.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.