Discover Packages
github.com/blyndusk/flamingops
pkg
models
package
Version:
v0.0.0-...-94e59cb
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
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
Documentation
¶
type ActiveServices struct {
Id uint `json:"id"`
UserId uint `json:"userid"`
User User
AwsServices string `json:"awsservices"`
SwServices string `json:"swservices"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
}
type ActiveServicesInput struct {
UserId uint `json:"userid"`
AwsServices string `json:"awsservices"`
SwServices string `json:"swservices"`
}
type AwsServicesData struct {
Id uint `json:"id"`
UserId uint `json:"userid"`
User User
Data string `json:"data"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
}
type AwsServicesDataInput struct {
UserId uint `json:"userid"`
}
type Login struct {
Mail string `json:"mail"`
Password string `json:"password"`
}
type RequestedRegions struct {
Id uint `json:"id"`
UserId uint `json:"userid"`
User User
AwsRegion string `json:"awsregion"`
SwRegion string `json:"swregion"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
}
type RequestedRegionsInput struct {
UserId uint `json:"userid"`
AwsRegion string `json:"awsregion"`
SwRegion string `json:"swregion"`
}
type SwServicesData struct {
Id uint `json:"id"`
UserId uint `json:"userid"`
User User
Data string `json:"data"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
}
type SwServicesDataInput struct {
UserId uint `json:"userid"`
}
type User struct {
Id uint `json:"id"`
Username string `json:"username"`
Mail string `json:"mail"`
Password string `json:"password"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
}
func (u *User ) PrepareResponse()
type UserInput struct {
Username string `json:"username"`
Mail string `json:"mail"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.