private

package
v0.0.0-...-0e9609f Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package private is used to define interfaces that are only implemented by packages in the same module. Because this is defined in an internal package, it can only be implemented by packages in the same module. Normally doing this with a standard package local private() means only the package can implement it. This extends the reach to the module level.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage interface {
	// contains filtered or unexported methods
}

Storage is the interface that must be implemented by all storage packages. Because this is public and in an internal package, this can only be implemented by packages in the same module.

Jump to

Keyboard shortcuts

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