platform

package
v0.45.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "system/platform"

Variables

This section is empty.

Functions

This section is empty.

Types

type ExitCodeInput

type ExitCodeInput struct {
	ConversationID string `json:"conversationId,omitempty"`
}

type ExitCodeOutput

type ExitCodeOutput struct {
	ConversationID string `json:"conversationId,omitempty"`
	Code           int    `json:"code"`
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

func New

func New() *Service

func (*Service) Method

func (s *Service) Method(name string) (service.Executable, error)

func (*Service) Methods

func (s *Service) Methods() service.Signatures

func (*Service) Name

func (s *Service) Name() string

type SetExitCodeInput

type SetExitCodeInput struct {
	ConversationID string `json:"conversationId,omitempty"`
	Code           int    `json:"code"`
}

Jump to

Keyboard shortcuts

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