output

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	// 授权,相当于用户名
	Id string `json:"id,omitempty"`
	// 授权,相当于密码
	Key string `json:"key,omitempty"`
	// 授权
	Session string `json:"session,omitempty"`
	// 过期时间
	Expires time.Time `json:"expires,omitempty"`
}

type Receive

type Receive = sqs.ReceiveMessageOutput

type Send

type Send = sqs.SendMessageOutput

Jump to

Keyboard shortcuts

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