data_objects

package
v0.0.0-...-694eafd Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthValidationResponseObject

type AuthValidationResponseObject struct {
	Valid  bool   `json:"valid"`
	Role   string `json:"roles"`
	UserID string `json:"userID"`
}

type ErroredResponseObject

type ErroredResponseObject struct {
	Status  string      `json:"status"`
	Code    int64       `json:"code"`
	Message interface{} `json:"message"`
}

web //general

type ItemLessResponseObject

type ItemLessResponseObject struct {
	Status string `json:"status"`
	Code   int64  `json:"code"`
}

type LoginResponseObject

type LoginResponseObject struct {
	Status   string `json:"status"`
	Code     int64  `json:"code"`
	UserName string `json:"userName"`
	UserID   string `json:"userID"`
	Token    string `json:"token"`
}

type NewProjectResponseObject

type NewProjectResponseObject struct {
	Status    string `json:"status"`
	Code      int64  `json:"code"`
	ProjectID string `json:"projectID"`
}

type NewResumeResponseObject

type NewResumeResponseObject struct {
	Status   string `json:"status"`
	Code     int64  `json:"code"`
	ResumeID string `json:"resumeID"`
}

type NewUserResponseObject

type NewUserResponseObject struct {
	Status string `json:"status"`
	Code   int64  `json:"code"`
	UserID string `json:"userID"`
}

type ProjectResponseObject

type ProjectResponseObject struct {
	Status   string        `json:"status"`
	Code     int64         `json:"code"`
	Count    int64         `json:"count"`
	Projects []interface{} `json:"projects"`
}

projects

type ResumeResponseObject

type ResumeResponseObject struct {
	Status  string        `json:"status"`
	Code    int64         `json:"code"`
	Count   int64         `json:"count"`
	Resumes []interface{} `json:"resumes"`
}

//resume

type UserResponseObject

type UserResponseObject struct {
	Status string        `json:"status"`
	Code   int64         `json:"code"`
	Count  int64         `json:"count"`
	Users  []interface{} `json:"users"`
}

//user

Jump to

Keyboard shortcuts

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