slackstructs

package
v0.0.0-...-1bea9af Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2020 License: GPL-3.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 SlackAWSCredCheckerActionBlock

type SlackAWSCredCheckerActionBlock struct {
	Type        string                        `json:"type"`
	ElementText SlackAWSCredCheckerHeaderText `json:"text"`
	Value       string                        `json:"value"`
}

type SlackAWSCredCheckerBlock

type SlackAWSCredCheckerBlock struct {
	HeaderType     string                           `json:"type"`
	HeaderText     SlackAWSCredCheckerHeaderText    `json:"text"`
	SectionType    string                           `json:"type"`
	SectionText    SlackAWSCredCheckerSectionText   `json:"text"`
	ActionType     string                           `json:"type"`
	ActionElements []SlackAWSCredCheckerActionBlock `json:"elements"`
}

type SlackAWSCredCheckerHeaderText

type SlackAWSCredCheckerHeaderText struct {
	Type  string `json:"type"`
	Text  string `json:"text"`
	Emoji bool   `json:"emoji"`
}

type SlackAWSCredCheckerSectionText

type SlackAWSCredCheckerSectionText struct {
	Type string `json:"type"`
	Text string `json:"text"`
}

type SlackAWSCredCheckerStyle

type SlackAWSCredCheckerStyle struct {
	Blocks []SlackAWSCredCheckerBlock `json:"blocks"`
}

Jump to

Keyboard shortcuts

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