service

package
v2.3.0-beta9 Latest Latest
Warning

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

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

README

Service Package Documentation

This package focuses on encapsulating core business operations in a maintainable and reusable manner. This package calls the platform interface methods to store the output of the service methods.

Documentation

Overview

Package service provides the service interface for the service package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth interface {
	GetToken(ctx context.Context) (string, error)
	Login(ctx context.Context) bool
}

Directories

Path Synopsis
Package orchestrator acts as a main brain for both the record and replay services
Package orchestrator acts as a main brain for both the record and replay services
Package record provides functionality for recording and managing test cases and mocks.
Package record provides functionality for recording and managing test cases and mocks.
Package replay provides functions for replaying requests and comparing responses.
Package replay provides functions for replaying requests and comparing responses.
Package tools provides utility functions for the service package.
Package tools provides utility functions for the service package.
Package utgen is a service that generates unit tests for a given source code file.
Package utgen is a service that generates unit tests for a given source code file.
assets
Package settings provides prompt settings for the test generation
Package settings provides prompt settings for the test generation

Jump to

Keyboard shortcuts

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