Home
last modified time | relevance | path

Searched defs:ServerOptions (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/www/pomerium/pomerium-0.8.3/internal/httputil/
H A Doptions.go9 type ServerOptions struct { struct
12 Addr string
15 TLSConfig *tls.Config
20 Insecure bool
23 Service string
26 ReadHeaderTimeout time.Duration
27 ReadTimeout time.Duration
28 WriteTimeout time.Duration
29 IdleTimeout time.Duration
40 func (o *ServerOptions) applyServerDefaults() {
/dports/www/pomerium/pomerium-0.8.3/internal/grpc/
H A Dserver.go22 func NewServer(opt *ServerOptions, registrationFn func(s *grpc.Server), wg *sync.WaitGroup) (*grpc.…
65 type ServerOptions struct { struct
68 Addr string
71 TLSCertificate []tls.Certificate
76 InsecureServer bool
79 KeepaliveParams keepalive.ServerParameters
82 ServiceName string
89 func (o *ServerOptions) applyServerDefaults() {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/go/thrift/
H A Dserver_options.go25 type ServerOptions struct { struct
26 quit chan struct{}
27 log *log.Logger
28 interceptor Interceptor
30 serverTransport ServerTransport
31 inputTransportFactory TransportFactory
32 outputTransportFactory TransportFactory
33 inputProtocolFactory ProtocolFactory
34 outputProtocolFactory ProtocolFactory
H A Dconcurrent_server.go34 …Server(processor Processor, serverTransport ServerTransport, options ...func(*ServerOptions)) *Con…
39 …orFactory ProcessorFactory, serverTransport ServerTransport, options ...func(*ServerOptions)) *Con…
44 …processor ProcessorContext, serverTransport ServerTransport, options ...func(*ServerOptions)) *Con…
49 …ry ProcessorFactoryContext, serverTransport ServerTransport, options ...func(*ServerOptions)) *Con…
/dports/www/grafana8/grafana-8.3.6/pkg/cmd/grafana-server/commands/
H A Dcli.go30 type ServerOptions struct { struct
31 Version string
32 Commit string
33 BuildBranch string
34 BuildStamp string
50 func RunServer(opt ServerOptions) int {
123 …mePath, pidFile, packaging string, traceDiagnostics *tracingDiagnostics, opt ServerOptions) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/dns/
H A Ddns.go56 type ServerOptions struct { struct
57 IP string
58 Port int
59 Interface string
61 Nameservers flagMultipleVar
63 Timeout time.Duration
65 TTL time.Duration
66 CacheSize int
68 Debug bool
73 ServerOptions anonMember
[all …]
/dports/sysutils/istio/istio-1.6.7/pkg/mcp/source/
H A Dserver_source.go55 type ServerOptions struct { struct
56 AuthChecker AuthChecker
57 RateLimiter rate.Limit
58 Metadata metadata.MD
62 func NewServer(srcOptions *Options, serverOptions *ServerOptions) *Server {
/dports/sysutils/istio/istio-1.6.7/pkg/mcp/sink/
H A Dserver_sink.go57 type ServerOptions struct { struct
58 AuthChecker AuthChecker
59 RateLimiter rate.Limit
63 func NewServer(sinkOptions *Options, serverOptions *ServerOptions) *Server {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go161 type ServerOptions struct { struct
165 Certificates []tls.Certificate
170 GetCertificates func(*tls.ClientHelloInfo) ([]*tls.Certificate, error)
175 VerifyPeer CustomVerificationFunc
178 RootCertificateOptions
180 RequireClientCert bool
182 VType VerificationType
213 func (o *ServerOptions) config() (*tls.Config, error) {
436 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
512 func buildGetCertificates(clientHello *tls.ClientHelloInfo, o *ServerOptions) (*tls.Certificate, er…
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/JamesClonk/vultr/lib/
H A Dservers.go47 type ServerOptions struct { struct
48 IPXEChainURL string
49 ISO int
50 Script int
51 UserData string
52 Snapshot string
53 SSHKey string
55 IPV6 bool
57 PrivateNetworking bool
58 AutoBackups bool
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go158 type ServerOptions struct { struct
162 Certificates []tls.Certificate
167 GetCertificate func(*tls.ClientHelloInfo) (*tls.Certificate, error)
172 VerifyPeer CustomVerificationFunc
175 RootCertificateOptions
177 RequireClientCert bool
179 VType VerificationType
199 func (o *ServerOptions) config() (*tls.Config, error) {
405 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net/evans/evans-0.9.1/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go160 type ServerOptions struct { struct
164 Certificates []tls.Certificate
169 GetCertificate func(*tls.ClientHelloInfo) (*tls.Certificate, error)
174 VerifyPeer CustomVerificationFunc
177 RootCertificateOptions
179 RequireClientCert bool
181 VType VerificationType
212 func (o *ServerOptions) config() (*tls.Config, error) {
427 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net/cloudquery/cloudquery-0.16.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/net/v2ray/v2ray-core-4.36.2/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/grpc/security/advancedtls/
H A Dadvancedtls.go187 type ServerOptions struct { struct
189 IdentityOptions IdentityCertificateOptions
194 VerifyPeer CustomVerificationFunc
197 RootOptions RootCertificateOptions
199 RequireClientCert bool
201 VType VerificationType
275 func (o *ServerOptions) config() (*tls.Config, error) {
544 func NewServerCreds(o *ServerOptions) (credentials.TransportCredentials, error) {

12345678910>>...12