package noop

import "github.com/google/certificate-transparency-go/trillian/ctfe/cache/noop"

Package noop defines the IssuanceChainCache type, which implements IssuanceChainCache interface with Get and Set operations.

Index

Types

type IssuanceChainCache

type IssuanceChainCache struct{}

func (*IssuanceChainCache) Get

func (c *IssuanceChainCache) Get(_ context.Context, key []byte) ([]byte, error)

func (*IssuanceChainCache) Set

func (c *IssuanceChainCache) Set(_ context.Context, key []byte, chain []byte) error

Source Files

noop.go

Version
v1.2.0
Published
May 28, 2024
Platform
windows/amd64
Imports
1 packages
Last checked
57 minutes ago

Tools for package owners.