cmd

package
v0.0.0-...-0e5d513 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Overview

SPDX-License-Identifier: GPL-3.0-or-later

Index

Constants

View Source
const (
	SUCCESS    ReturnStatus = 0
	ACCOUNTMFA              = 1
	FAILED                  = 2
	CONNFAIL                = 3
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type AwsLoginResponse

type AwsLoginResponse struct {
	State      string `json:"state"`
	Properties struct {
		Result      string `json:"result"`
		RedirectURL string `json:"redirectUrl"`
		Text        string `json:"text"`
		MFAType     string `json:"mfaType"`
	} `json:"properties"`
}

AWS Login Response JSON Structure as of 6/10/2022

type ReturnStatus

type ReturnStatus int64

status codes enum for error handling

Jump to

Keyboard shortcuts

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