Skip to content

Commit

Permalink
Update tan.go to export MultiplexedLogFactory
Browse files Browse the repository at this point in the history
This makes MultiplexedLogFactory usable in the external API.
  • Loading branch information
tylerwilliams authored Jan 13, 2024
1 parent 1d6e2d7 commit 57533a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugin/tan/tan.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ import (
)

// Factory is the factory variable used to create tan instances.
var Factory = tan.Factory
var (
Factory = tan.Factory
MultiplexedLogFactory = tan.MultiplexedLogFactory
)

0 comments on commit 57533a4

Please sign in to comment.