action

package
v1.5.49 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2025 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Comment     Comment     `cmd:""  help:"GitHub action for Matter spec documents"`
	Disco       Disco       `cmd:"" default:"" help:"GitHub action for Matter spec documents"`
	ZAP         ZAP         `cmd:"" help:"GitHub action for Matter SDK ZAP XML"`
	Provisional Provisional `cmd:"" help:"GitHub action for Provisional checking"`
}

type Comment

type Comment struct {
}

func (*Comment) Run

func (c *Comment) Run(cc *cli.Context) (err error)

type Disco

type Disco struct {
}

func (*Disco) Run

func (c *Disco) Run(cc *cli.Context) (err error)

type Provisional

type Provisional struct {
	WriteComment bool `default:"false" hidden:"" help:"Write comment directly"`
}

func (*Provisional) Run

func (c *Provisional) Run(cc *cli.Context) (err error)

type ZAP

type ZAP struct {
}

func (*ZAP) Run

func (z *ZAP) Run(cc *cli.Context) (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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