method

package
v0.0.0-...-ba44cee Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Overview

Copyright 2024 Google LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package method implements functions to satisfy the method interface of the APT software package manager. For more information about the APT method interface see, http://www.fifi.org/doc/libapt-pkg-doc/method.html/ch2.html#s2.3.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Method

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

A Method implements the logic to process incoming apt messages and respond accordingly.

func New

func New(logger *log.Logger) *Method

New returns a new Method configured to read from os.Stdin and write to the given *log.Logger.

func (*Method) Run

func (method *Method) Run()

Run flushes the Method's capabilities and then begins reading messages from os.Stdin. Results are written to os.Stdout. The running Method waits for all Messages to be processed before exiting.

Jump to

Keyboard shortcuts

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