Documentation ¶
Overview ¶
Package mutation implements the monitor service. This package contains the core functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server holds internal state for the monitor server core functionality.
func New ¶
func New(logID int64, mapID int64, tlog trillian.TrillianLogClient, tmap trillian.TrillianMapClient, mutations mutator.Mutation, factory transaction.Factory) *Server
New creates a new instance of the monitor server.
func (*Server) GetMutations ¶
func (s *Server) GetMutations(ctx context.Context, in *tpb.GetMutationsRequest) (*tpb.GetMutationsResponse, error)
GetMutations returns a list of mutations paged by epoch number.
Click to show internal directories.
Click to hide internal directories.