go-auth0/auth0

View on GitHub
management/actions.go

Summary

Maintainability
A
0 mins
Test Coverage
C
79%

exported const ActionBindingReferenceByName should have comment (or a comment on this block) or be unexported
Open

    ActionBindingReferenceByName string = "action_name"
Severity: Minor
Found in management/actions.go by golint

method parameter executionId should be executionID
Open

func (m *ActionManager) Execution(executionId string, opts ...RequestOption) (v *ActionExecution, err error) {
Severity: Minor
Found in management/actions.go by golint

exported type ActionDependency should have comment or be unexported
Open

type ActionDependency struct {
Severity: Minor
Found in management/actions.go by golint

const ActionBindingReferenceById should be ActionBindingReferenceByID
Open

    ActionBindingReferenceById   string = "action_id"
Severity: Minor
Found in management/actions.go by golint

exported type ActionExecution should have comment or be unexported
Open

type ActionExecution struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionExecutionResult should have comment or be unexported
Open

type ActionExecutionResult struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionSecret should have comment or be unexported
Open

type ActionSecret struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionBindingReference should have comment or be unexported
Open

type ActionBindingReference struct {
Severity: Minor
Found in management/actions.go by golint

method parameter versionId should be versionID
Open

func (m *ActionManager) ReadVersion(id string, versionId string, opts ...RequestOption) (v *ActionVersion, err error) {
Severity: Minor
Found in management/actions.go by golint

exported type ActionVersionError should have comment or be unexported
Open

type ActionVersionError struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionVersion should have comment or be unexported
Open

type ActionVersion struct {
Severity: Minor
Found in management/actions.go by golint

method parameter versionId should be versionID
Open

func (m *ActionManager) DeployVersion(id string, versionId string, opts ...RequestOption) (v *ActionVersion, err error) {
Severity: Minor
Found in management/actions.go by golint

exported type ActionTriggerList should have comment or be unexported
Open

type ActionTriggerList struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionList should have comment or be unexported
Open

type ActionList struct {
Severity: Minor
Found in management/actions.go by golint

method parameter executionId should be executionID
Open

func (m *ActionManager) ReadExecution(executionId string, opts ...RequestOption) (v *ActionExecution, err error) {
Severity: Minor
Found in management/actions.go by golint

exported type ActionTrigger should have comment or be unexported
Open

type ActionTrigger struct {
Severity: Minor
Found in management/actions.go by golint

exported const ActionTriggerPostLogin should have comment (or a comment on this block) or be unexported
Open

    ActionTriggerPostLogin         string = "post-login"
Severity: Minor
Found in management/actions.go by golint

exported const ActionStatusPending should have comment (or a comment on this block) or be unexported
Open

    ActionStatusPending  string = "pending"
Severity: Minor
Found in management/actions.go by golint

exported type Action should have comment or be unexported
Open

type Action struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionBinding should have comment or be unexported
Open

type ActionBinding struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionBindingList should have comment or be unexported
Open

type ActionBindingList struct {
Severity: Minor
Found in management/actions.go by golint

exported type ActionVersionList should have comment or be unexported
Open

type ActionVersionList struct {
Severity: Minor
Found in management/actions.go by golint

method parameter versionId should be versionID
Open

func (m *ActionManager) Version(id string, versionId string, opts ...RequestOption) (v *ActionVersion, err error) {
Severity: Minor
Found in management/actions.go by golint

exported type ActionTestPayload should have comment or be unexported
Open

type ActionTestPayload map[string]interface{}
Severity: Minor
Found in management/actions.go by golint

struct field Url should be URL
Open

    Url     *string `json:"url"`
Severity: Minor
Found in management/actions.go by golint

exported type ActionManager should have comment or be unexported
Open

type ActionManager struct {
Severity: Minor
Found in management/actions.go by golint

There are no issues that match your filters.

Category
Status