Home
last modified time | relevance | path

Searched refs:ServerOption (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go36 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
55 type ServerOption func(*serverConfig) error type
57 func withMonitoringDisabled(fn func(bool) bool) ServerOption {
73 func WithCompressionOptions(fn func(...string) []string) ServerOption {
81 func WithServerAppName(fn func(string) string) ServerOption {
89 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
98 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
107 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
117 func WithMinConnections(fn func(uint64) uint64) ServerOption {
127 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go36 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
55 type ServerOption func(*serverConfig) error type
57 func withMonitoringDisabled(fn func(bool) bool) ServerOption {
73 func WithCompressionOptions(fn func(...string) []string) ServerOption {
81 func WithServerAppName(fn func(string) string) ServerOption {
89 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
98 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
107 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
117 func WithMinConnections(fn func(uint64) uint64) ServerOption {
127 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go35 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
54 type ServerOption func(*serverConfig) error type
56 func withMonitoringDisabled(fn func(bool) bool) ServerOption {
72 func WithCompressionOptions(fn func(...string) []string) ServerOption {
80 func WithServerAppName(fn func(string) string) ServerOption {
88 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
97 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
106 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
116 func WithMinConnections(fn func(uint64) uint64) ServerOption {
126 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go35 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
54 type ServerOption func(*serverConfig) error type
56 func withMonitoringDisabled(fn func(bool) bool) ServerOption {
72 func WithCompressionOptions(fn func(...string) []string) ServerOption {
80 func WithServerAppName(fn func(string) string) ServerOption {
88 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
97 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
106 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
116 func WithMinConnections(fn func(uint64) uint64) ServerOption {
126 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go34 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
53 type ServerOption func(*serverConfig) error type
56 func WithConnectionOptions(fn func(...ConnectionOption) []ConnectionOption) ServerOption {
64 func WithCompressionOptions(fn func(...string) []string) ServerOption {
72 func WithServerAppName(fn func(string) string) ServerOption {
80 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
89 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
98 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
108 func WithMinConnections(fn func(uint64) uint64) ServerOption {
118 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go34 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
53 type ServerOption func(*serverConfig) error type
56 func WithConnectionOptions(fn func(...ConnectionOption) []ConnectionOption) ServerOption {
64 func WithCompressionOptions(fn func(...string) []string) ServerOption {
72 func WithServerAppName(fn func(string) string) ServerOption {
80 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
89 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
98 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
108 func WithMinConnections(fn func(uint64) uint64) ServerOption {
118 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go34 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
53 type ServerOption func(*serverConfig) error type
56 func WithConnectionOptions(fn func(...ConnectionOption) []ConnectionOption) ServerOption {
64 func WithCompressionOptions(fn func(...string) []string) ServerOption {
72 func WithServerAppName(fn func(string) string) ServerOption {
80 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
89 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
98 func WithMaxConnections(fn func(uint64) uint64) ServerOption {
108 func WithMinConnections(fn func(uint64) uint64) ServerOption {
118 func WithConnectionPoolMaxIdleTime(fn func(time.Duration) time.Duration) ServerOption {
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/topology/
H A Dserver_options.go32 func newServerConfig(opts ...ServerOption) (*serverConfig, error) { argument
52 type ServerOption func(*serverConfig) error type
55 func WithConnectionOptions(fn func(...connection.Option) []connection.Option) ServerOption {
63 func WithCompressionOptions(fn func(...string) []string) ServerOption {
71 func WithHeartbeatInterval(fn func(time.Duration) time.Duration) ServerOption {
80 func WithHeartbeatTimeout(fn func(time.Duration) time.Duration) ServerOption {
90 func WithMaxConnections(fn func(uint16) uint16) ServerOption {
99 func WithMaxIdleConnections(fn func(uint16) uint16) ServerOption {
107 func WithClock(fn func(clock *session.ClusterClock) *session.ClusterClock) ServerOption {
116 func WithRegistry(fn func(*bsoncodec.Registry) *bsoncodec.Registry) ServerOption {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
73 func ServerErrorLogger(logger log.Logger) ServerOption {
79 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
85 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/transport/http/jsonrpc/
H A Dserver.go32 options ...ServerOption, argument
46 type ServerOption func(*Server) type
50 func ServerBefore(before ...httptransport.RequestFunc) ServerOption {
58 func ServerBeforeCodec(beforeCodec ...RequestFunc) ServerOption {
64 func ServerAfter(after ...httptransport.ServerResponseFunc) ServerOption {
72 func ServerErrorEncoder(ee httptransport.ErrorEncoder) ServerOption {
81 func ServerErrorLogger(logger log.Logger) ServerOption {
87 func ServerFinalizer(f httptransport.ServerFinalizerFunc) ServerOption {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/transport/http/
H A Dserver.go31 options ...ServerOption, argument
47 type ServerOption func(*Server) type
51 func ServerBefore(before ...RequestFunc) ServerOption {
57 func ServerAfter(after ...ServerResponseFunc) ServerOption {
65 func ServerErrorEncoder(ee ErrorEncoder) ServerOption {
75 func ServerErrorLogger(logger log.Logger) ServerOption {
84 func ServerErrorHandler(errorHandler transport.ErrorHandler) ServerOption {
90 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/transport/grpc/
H A Dserver.go41 options ...ServerOption, argument
56 type ServerOption func(*Server) type
60 func ServerBefore(before ...ServerRequestFunc) ServerOption {
66 func ServerAfter(after ...ServerResponseFunc) ServerOption {
72 func ServerErrorLogger(logger log.Logger) ServerOption {
78 func ServerFinalizer(f ...ServerFinalizerFunc) ServerOption {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/transport/http/jsonrpc/
H A Dserver.go27 options ...ServerOption, argument
41 type ServerOption func(*Server) type
45 func ServerBefore(before ...httptransport.RequestFunc) ServerOption {
51 func ServerAfter(after ...httptransport.ServerResponseFunc) ServerOption {
59 func ServerErrorEncoder(ee httptransport.ErrorEncoder) ServerOption {
68 func ServerErrorLogger(logger log.Logger) ServerOption {
74 func ServerFinalizer(f httptransport.ServerFinalizerFunc) ServerOption {

12345678910>>...55