Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JustinJudd/CAGo
/ types & classes
Types & classes
30 in github.com/JustinJudd/CAGo
⨍
Functions
204
◇
Types & classes
30
↓ 6 callers
TypeAlias
Download
Custom string type to wrap my own functions around
app/controllers/project.go:834
↓ 1 callers
TypeAlias
x509Certificate
app/controllers/app.go:526
Struct
Admin
Controller for admin sections of the project
app/controllers/admin.go:18
Struct
App
Default controller struct for CA Go
app/controllers/app.go:27
Struct
AppTest
tests/apptest.go:5
Struct
BreadCrumb
Struct to keep track of place within the site, for breadcrumb UI
app/controllers/app.go:32
Struct
CACount
Model for CAs to keep track of which serial number was last issued
app/models/certificate.go:56
Struct
Certificate
Certificate model as stored in the database
app/models/certificate.go:33
Struct
CertificateOneTimeDownload
Represents a One Time link to download a key
app/models/certificate.go:122
Struct
CertificateOwnership
Join a certificate to the user that owns it
app/models/certificate.go:113
Struct
CertificateRequest
Certificate model as stored in the database
app/models/certificate.go:90
Struct
CertificateTemplate
Certificate template model as stored in the database
app/models/certificate.go:69
Struct
FullCertificate
The Full data associated with a certificate
app/models/certificate.go:10
Struct
GorpController
Controller wrapping around database operations - Foundation for app controller
app/controllers/gorp.go:78
TypeAlias
KeyType
Types of Key used
app/models/certificate.go:25
Struct
Project
Project controller
app/controllers/project.go:24
Struct
Project
Project model as stored in database
app/models/project.go:10
Struct
ProjectMembership
Model for mapping a user to a project that they are a member of
app/models/project.go:22
Struct
RevokedCertificate
Represents a revoked certificate, used to generate
app/models/certificate.go:131
Struct
Server
app/models/server.go:5
Struct
Tour
Tour section for first time the App is run
app/controllers/tour.go:16
Struct
User
Controller for user related actions
app/controllers/user.go:11
Struct
User
User model as stored in the database
app/models/user.go:11
Struct
certificationRequest
* 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
Struct
certificationRequestInfo
Certificate Request Info ASN.1 representation, substruct for Certifificate Request
app/controllers/app.go:497
Struct
countryOption
app/controllers/init.go:39
Struct
ecdsaSignature
app/controllers/app.go:623
Struct
keyOption
app/controllers/init.go:66
Struct
keyUsageOption
app/controllers/init.go:94
Struct
publicKeyInfo
Public Key Info ASN.1 representation, substruct for Certifificate Request
app/controllers/app.go:506