Documentation ¶ Index ¶ Variables type Server func New(databaseClient database.Client, redisClient *redis.Client, ...) (*Server, error) func (s *Server) Name() string func (s *Server) Run(ctx context.Context) error func (s *Server) Spec() string Constants ¶ This section is empty. Variables ¶ View Source var ( Name = "taxer" Timeout = 3 * time.Minute ) Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(databaseClient database.Client, redisClient *redis.Client, ethereumClient *ethclient.Client, config *config.File) (*Server, error) func (*Server) Name ¶ func (s *Server) Name() string func (*Server) Run ¶ func (s *Server) Run(ctx context.Context) error func (*Server) Spec ¶ func (s *Server) Spec() string Source Files ¶ View all Source files average_tax_rate.go taxer.go Click to show internal directories. Click to hide internal directories.