Documentation
¶
Overview ¶
Package server implements a gRPC server for handling change logs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
changelogs.UnimplementedChangeLogServiceServer
}
Server implements a gRPC server for handling change logs.
func (*Server) SendChangeLog ¶
func (s *Server) SendChangeLog(_ context.Context, req *changelogs.SendChangeLogRequest) (*changelogs.SendChangeLogResponse, error)
SendChangeLog handles incoming change log entries and writes them to stdout.
Click to show internal directories.
Click to hide internal directories.