service

package
v2.3.0-beta18 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 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 contract provides the implementation of the contract service
Package contract provides the implementation of the contract service
consumer
Package consumer is a package for consumer driven contract testing
Package consumer is a package for consumer driven contract testing
provider
Package provider is a package for provider driven contract testing
Package provider is a package for provider driven contract testing
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 the hooks for the replay service
Package replay provides the hooks for the replay service
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