Documentation
¶
Index ¶
Constants ¶
View Source
const RuntimeReleasePath = "/var/runtime/runtime-release"
Variables ¶
View Source
var ( ErrInitDoneFailed = errors.New("InitDoneFailed") ErrInitNotStarted = errors.New("InitNotStarted") )
View Source
var ( ErrAlreadyReplied = errors.New("AlreadyReplied") ErrAlreadyInvocating = errors.New("AlreadyInvocating") )
View Source
var ( ErrInvokeResponseAlreadyWritten = errors.New("InvokeResponseAlreadyWritten") ErrInvokeDoneFailed = errors.New("InvokeDoneFailed") ErrInvokeReservationDone = errors.New("InvokeReservationDone") )
View Source
var ( ErrInternalServerError = errors.New("InternalServerError") ErrInvokeTimeout = errors.New("InvokeTimeout") )
Functions ¶
Types ¶
type Logging ¶
type Logging string
func GetRuntimeLoggingType ¶
func GetRuntimeLoggingType(rr *RuntimeRelease) Logging
type RuntimeRelease ¶
func GetRuntimeRelease ¶
func GetRuntimeRelease(path string) (*RuntimeRelease, error)
func (*RuntimeRelease) GetUAProduct ¶
func (rr *RuntimeRelease) GetUAProduct() (string, error)
Click to show internal directories.
Click to hide internal directories.