browser

package
v1.5.1 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package browser implements the browser.example microservice.

The browser microservice implements a simple web browser that utilizes the egress proxy.

Index

Constants

View Source
const Hostname = "browser.example"

Hostname is the default hostname of the microservice: browser.example.

View Source
const SourceCodeSHA256 = "fba3b5549b30bf357d7a0a08974b4a32ea21c4b1849ff187f65647b37aa874ec"
View Source
const Timestamp = "2024-08-01T15:49:26.00107Z"
View Source
const Version = 78

Variables

This section is empty.

Functions

This section is empty.

Types

type Mock

type Mock = intermediate.Mock

Mock is a mockable version of the browser.example microservice, allowing functions, event sinks and web handlers to be mocked.

func NewMock

func NewMock() *Mock

New creates a new mockable version of the microservice.

type Service

type Service struct {
	*intermediate.Intermediate // DO NOT REMOVE
}

Service implements the browser.example microservice.

The browser microservice implements a simple web browser that utilizes the egress proxy.

func NewService

func NewService() *Service

NewService creates a new browser.example microservice.

func (*Service) Browse

func (svc *Service) Browse(w http.ResponseWriter, r *http.Request) (err error)

Browser shows a simple address bar and the source code of a URL.

func (*Service) Init

func (svc *Service) Init(initializer func(svc *Service)) *Service

Init enables a single-statement pattern for initializing the microservice.

svc.Init(func(svc Service) {
	svc.SetGreeting("Hello")
})

func (*Service) OnShutdown

func (svc *Service) OnShutdown(ctx context.Context) (err error)

OnShutdown is called when the microservice is shut down.

func (*Service) OnStartup

func (svc *Service) OnStartup(ctx context.Context) (err error)

OnStartup is called when the microservice is started up.

Directories

Path Synopsis
app
Package browserapi implements the public API of the browser.example microservice, including clients and data structures.
Package browserapi implements the public API of the browser.example microservice, including clients and data structures.
Package intermediate serves as the foundation of the browser.example microservice.
Package intermediate serves as the foundation of the browser.example microservice.

Jump to

Keyboard shortcuts

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