Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for auth_token (0.24 sec)

  1. internal/logger/target/http/http.go

    type Config struct {
    	Enabled    bool              `json:"enabled"`
    	Name       string            `json:"name"`
    	UserAgent  string            `json:"userAgent"`
    	Endpoint   *xnet.URL         `json:"endpoint"`
    	AuthToken  string            `json:"authToken"`
    	ClientCert string            `json:"clientCert"`
    	ClientKey  string            `json:"clientKey"`
    	BatchSize  int               `json:"batchSize"`
    	QueueSize  int               `json:"queueSize"`
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 25 16:44:20 GMT 2024
    - 14.9K bytes
    - Viewed (0)
Back to top