Documentation
¶
Index ¶
- func GetPostEnvironmentId(environmentIdOrName string) (string, error)
- func NewPostmanAction() action_kit_sdk.Action[PostmanState]
- func NewPostmanCollectionDiscovery() discovery_kit_sdk.TargetDiscovery
- type NewmanJsonReport
- type PostmanAction
- func (f PostmanAction) Describe() action_kit_api.ActionDescription
- func (f PostmanAction) NewEmptyState() PostmanState
- func (f PostmanAction) Prepare(_ context.Context, state *PostmanState, ...) (*action_kit_api.PrepareResult, error)
- func (f PostmanAction) Start(_ context.Context, state *PostmanState) (*action_kit_api.StartResult, error)
- func (f PostmanAction) Status(_ context.Context, state *PostmanState) (*action_kit_api.StatusResult, error)
- func (f PostmanAction) Stop(_ context.Context, state *PostmanState) (*action_kit_api.StopResult, error)
- type PostmanCollection
- type PostmanCollectionResult
- type PostmanConfig
- type PostmanEnvironment
- type PostmanEnvironmentResult
- type PostmanState
- type Run
- type Stat
- type Stats
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPostEnvironmentId ¶
func NewPostmanAction ¶
func NewPostmanAction() action_kit_sdk.Action[PostmanState]
func NewPostmanCollectionDiscovery ¶
func NewPostmanCollectionDiscovery() discovery_kit_sdk.TargetDiscovery
Types ¶
type NewmanJsonReport ¶
type NewmanJsonReport struct {
Run Run `json:"Run"`
}
type PostmanAction ¶
type PostmanAction struct {
}
func (PostmanAction) Describe ¶
func (f PostmanAction) Describe() action_kit_api.ActionDescription
func (PostmanAction) NewEmptyState ¶
func (f PostmanAction) NewEmptyState() PostmanState
func (PostmanAction) Prepare ¶
func (f PostmanAction) Prepare(_ context.Context, state *PostmanState, raw action_kit_api.PrepareActionRequestBody) (*action_kit_api.PrepareResult, error)
func (PostmanAction) Start ¶
func (f PostmanAction) Start(_ context.Context, state *PostmanState) (*action_kit_api.StartResult, error)
func (PostmanAction) Status ¶
func (f PostmanAction) Status(_ context.Context, state *PostmanState) (*action_kit_api.StatusResult, error)
func (PostmanAction) Stop ¶
func (f PostmanAction) Stop(_ context.Context, state *PostmanState) (*action_kit_api.StopResult, error)
type PostmanCollection ¶
func GetPostmanCollections ¶
func GetPostmanCollections() []PostmanCollection
type PostmanCollectionResult ¶
type PostmanCollectionResult struct {
Collections []PostmanCollection `json:"collections"`
}
type PostmanConfig ¶
type PostmanEnvironment ¶
func GetPostmanEnvironments ¶
func GetPostmanEnvironments() []PostmanEnvironment
type PostmanEnvironmentResult ¶
type PostmanEnvironmentResult struct {
Environments []PostmanEnvironment `json:"environments"`
}
type PostmanState ¶
Click to show internal directories.
Click to hide internal directories.