Dagger.CheckGroup (dagger v0.19.8)

View Source

Dagger.CheckGroup

Summary

Functions

A unique identifier for this CheckGroup.

Return a list of individual checks and their details

Generate a markdown report

Execute all selected checks

Types

t()

@type t() :: %Dagger.CheckGroup{client: term(), query_builder: term()}

Functions

id(check_group)

@spec id(t()) :: {:ok, Dagger.CheckGroupID.t()} | {:error, term()}

A unique identifier for this CheckGroup.

list(check_group)

@spec list(t()) :: {:ok, [Dagger.Check.t()]} | {:error, term()}

Return a list of individual checks and their details

report(check_group)

@spec report(t()) :: Dagger.File.t()

Generate a markdown report

run(check_group)

@spec run(t()) :: t()

Execute all selected checks