validation

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package validation has functions for validating the correctness of api objects and explaining what is wrong with them when they aren't valid.

Index

Constants

View Source
const MinTokenLength = 32

Variables

This section is empty.

Functions

func ValidateAccessToken

func ValidateAccessToken(accessToken *api.OAuthAccessToken) fielderrors.ValidationErrorList

func ValidateAuthorizeToken

func ValidateAuthorizeToken(authorizeToken *api.OAuthAuthorizeToken) fielderrors.ValidationErrorList

func ValidateClient

func ValidateClient(client *api.OAuthClient) fielderrors.ValidationErrorList

func ValidateClientAuthorization

func ValidateClientAuthorization(clientAuthorization *api.OAuthClientAuthorization) fielderrors.ValidationErrorList

func ValidateClientAuthorizationName added in v0.4.4

func ValidateClientAuthorizationName(name string, prefix bool) (bool, string)

func ValidateClientName added in v0.4.4

func ValidateClientName(name string, prefix bool) (bool, string)

func ValidateClientNameField added in v0.4.4

func ValidateClientNameField(value string, field string) fielderrors.ValidationErrorList

func ValidateClientUpdate added in v0.4.4

func ValidateClientUpdate(client *api.OAuthClient, oldClient *api.OAuthClient) fielderrors.ValidationErrorList

func ValidateTokenName added in v0.4.4

func ValidateTokenName(name string, prefix bool) (bool, string)

func ValidateUserNameField added in v0.4.4

func ValidateUserNameField(value string, field string) fielderrors.ValidationErrorList

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL