package maker import ( "context" ) func (m *maker) AppUser(ctx context.Context, replica int) error { return nil }