Skip to content
Snippets Groups Projects
Select Git revision
  • 2bd0472125fc0c87e0db75f8aada9539c4111adc
  • main default protected
  • development
  • integration
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
11 results

README.md

Blame
  • metrics.go 506 B
    ////////////////////////////////////////////////////////////////////////////////
    // Copyright © 2019 Privategrity Corporation                                   /
    //                                                                             /
    // All rights reserved.                                                        /
    ////////////////////////////////////////////////////////////////////////////////
    
    package conf
    
    // Contains metrics information such as log path
    type Metrics struct {
    	Log string
    }