MCPcopy Create free account

hub / github.com/JustinJudd/CAGo / types & classes

Types & classes30 in github.com/JustinJudd/CAGo

↓ 6 callersTypeAliasDownload
Custom string type to wrap my own functions around
app/controllers/project.go:834
↓ 1 callersTypeAliasx509Certificate
app/controllers/app.go:526
StructAdmin
Controller for admin sections of the project
app/controllers/admin.go:18
StructApp
Default controller struct for CA Go
app/controllers/app.go:27
StructAppTest
tests/apptest.go:5
StructBreadCrumb
Struct to keep track of place within the site, for breadcrumb UI
app/controllers/app.go:32
StructCACount
Model for CAs to keep track of which serial number was last issued
app/models/certificate.go:56
StructCertificate
Certificate model as stored in the database
app/models/certificate.go:33
StructCertificateOneTimeDownload
Represents a One Time link to download a key
app/models/certificate.go:122
StructCertificateOwnership
Join a certificate to the user that owns it
app/models/certificate.go:113
StructCertificateRequest
Certificate model as stored in the database
app/models/certificate.go:90
StructCertificateTemplate
Certificate template model as stored in the database
app/models/certificate.go:69
StructFullCertificate
The Full data associated with a certificate
app/models/certificate.go:10
StructGorpController
Controller wrapping around database operations - Foundation for app controller
app/controllers/gorp.go:78
TypeAliasKeyType
Types of Key used
app/models/certificate.go:25
StructProject
Project controller
app/controllers/project.go:24
StructProject
Project model as stored in database
app/models/project.go:10
StructProjectMembership
Model for mapping a user to a project that they are a member of
app/models/project.go:22
StructRevokedCertificate
Represents a revoked certificate, used to generate
app/models/certificate.go:131
StructServer
app/models/server.go:5
StructTour
Tour section for first time the App is run
app/controllers/tour.go:16
StructUser
Controller for user related actions
app/controllers/user.go:11
StructUser
User model as stored in the database
app/models/user.go:11
StructcertificationRequest
* CSR - Certificate Signing Request as detailed in http://tools.ietf.org/html/rfc2986#section-4 This represents the ASN.1 format for a certificate req
app/controllers/app.go:489
StructcertificationRequestInfo
Certificate Request Info ASN.1 representation, substruct for Certifificate Request
app/controllers/app.go:497
StructcountryOption
app/controllers/init.go:39
StructecdsaSignature
app/controllers/app.go:623
StructkeyOption
app/controllers/init.go:66
StructkeyUsageOption
app/controllers/init.go:94
StructpublicKeyInfo
Public Key Info ASN.1 representation, substruct for Certifificate Request
app/controllers/app.go:506