mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
fix: struct field alignment (#2632)
This commit is contained in:
@@ -19,12 +19,13 @@ type Options struct {
|
||||
}
|
||||
|
||||
type SelectOptions struct {
|
||||
Filters []Filter
|
||||
Strategy Strategy
|
||||
|
||||
// Other options for implementations of the interface
|
||||
// can be stored in a context
|
||||
Context context.Context
|
||||
Context context.Context
|
||||
Strategy Strategy
|
||||
|
||||
Filters []Filter
|
||||
}
|
||||
|
||||
type Option func(*Options)
|
||||
|
||||
Reference in New Issue
Block a user